UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

73 lines (72 loc) 3.33 kB
export declare const DataProtectionSettingsRedactionPlaceHolderType: { readonly CustomText: "CustomText"; }; export type DataProtectionSettingsRedactionPlaceHolderType = (typeof DataProtectionSettingsRedactionPlaceHolderType)[keyof typeof DataProtectionSettingsRedactionPlaceHolderType]; export declare const IdentityProviderType: { readonly Saml: "SAML"; readonly Facebook: "Facebook"; readonly Google: "Google"; readonly LoginWithAmazon: "LoginWithAmazon"; readonly SignInWithApple: "SignInWithApple"; readonly Oidc: "OIDC"; }; export type IdentityProviderType = (typeof IdentityProviderType)[keyof typeof IdentityProviderType]; export declare const PortalAuthenticationType: { readonly Standard: "Standard"; readonly IamIdentityCenter: "IAM_Identity_Center"; }; export type PortalAuthenticationType = (typeof PortalAuthenticationType)[keyof typeof PortalAuthenticationType]; export declare const PortalBrowserType: { readonly Chrome: "Chrome"; }; export type PortalBrowserType = (typeof PortalBrowserType)[keyof typeof PortalBrowserType]; export declare const PortalInstanceType: { readonly StandardRegular: "standard.regular"; readonly StandardLarge: "standard.large"; readonly StandardXlarge: "standard.xlarge"; }; export type PortalInstanceType = (typeof PortalInstanceType)[keyof typeof PortalInstanceType]; export declare const PortalRendererType: { readonly AppStream: "AppStream"; }; export type PortalRendererType = (typeof PortalRendererType)[keyof typeof PortalRendererType]; export declare const PortalStatus: { readonly Incomplete: "Incomplete"; readonly Pending: "Pending"; readonly Active: "Active"; }; export type PortalStatus = (typeof PortalStatus)[keyof typeof PortalStatus]; export declare const UserSettingsEnabledType: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type UserSettingsEnabledType = (typeof UserSettingsEnabledType)[keyof typeof UserSettingsEnabledType]; export declare const UserSettingsMaxDisplayResolution: { readonly Size4096x2160: "size4096X2160"; readonly Size3840x2160: "size3840X2160"; readonly Size3440x1440: "size3440X1440"; readonly Size2560x1440: "size2560X1440"; readonly Size1920x1080: "size1920X1080"; readonly Size1280x720: "size1280X720"; readonly Size1024x768: "size1024X768"; readonly Size800x600: "size800X600"; }; export type UserSettingsMaxDisplayResolution = (typeof UserSettingsMaxDisplayResolution)[keyof typeof UserSettingsMaxDisplayResolution]; export declare const UserSettingsToolbarItem: { readonly Windows: "Windows"; readonly DualMonitor: "DualMonitor"; readonly FullScreen: "FullScreen"; readonly Webcam: "Webcam"; readonly Microphone: "Microphone"; }; export type UserSettingsToolbarItem = (typeof UserSettingsToolbarItem)[keyof typeof UserSettingsToolbarItem]; export declare const UserSettingsToolbarType: { readonly Floating: "Floating"; readonly Docked: "Docked"; }; export type UserSettingsToolbarType = (typeof UserSettingsToolbarType)[keyof typeof UserSettingsToolbarType]; export declare const UserSettingsVisualMode: { readonly Dark: "Dark"; readonly Light: "Light"; }; export type UserSettingsVisualMode = (typeof UserSettingsVisualMode)[keyof typeof UserSettingsVisualMode];