@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)
66 lines • 2.21 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.UserSettingsVisualMode = exports.UserSettingsToolbarType = exports.UserSettingsToolbarItem = exports.UserSettingsMaxDisplayResolution = exports.UserSettingsEnabledType = exports.PortalStatus = exports.PortalRendererType = exports.PortalInstanceType = exports.PortalBrowserType = exports.PortalAuthenticationType = exports.IdentityProviderType = exports.DataProtectionSettingsRedactionPlaceHolderType = void 0;
exports.DataProtectionSettingsRedactionPlaceHolderType = {
CustomText: "CustomText",
};
exports.IdentityProviderType = {
Saml: "SAML",
Facebook: "Facebook",
Google: "Google",
LoginWithAmazon: "LoginWithAmazon",
SignInWithApple: "SignInWithApple",
Oidc: "OIDC",
};
exports.PortalAuthenticationType = {
Standard: "Standard",
IamIdentityCenter: "IAM_Identity_Center",
};
exports.PortalBrowserType = {
Chrome: "Chrome",
};
exports.PortalInstanceType = {
StandardRegular: "standard.regular",
StandardLarge: "standard.large",
StandardXlarge: "standard.xlarge",
};
exports.PortalRendererType = {
AppStream: "AppStream",
};
exports.PortalStatus = {
Incomplete: "Incomplete",
Pending: "Pending",
Active: "Active",
};
exports.UserSettingsEnabledType = {
Disabled: "Disabled",
Enabled: "Enabled",
};
exports.UserSettingsMaxDisplayResolution = {
Size4096x2160: "size4096X2160",
Size3840x2160: "size3840X2160",
Size3440x1440: "size3440X1440",
Size2560x1440: "size2560X1440",
Size1920x1080: "size1920X1080",
Size1280x720: "size1280X720",
Size1024x768: "size1024X768",
Size800x600: "size800X600",
};
exports.UserSettingsToolbarItem = {
Windows: "Windows",
DualMonitor: "DualMonitor",
FullScreen: "FullScreen",
Webcam: "Webcam",
Microphone: "Microphone",
};
exports.UserSettingsToolbarType = {
Floating: "Floating",
Docked: "Docked",
};
exports.UserSettingsVisualMode = {
Dark: "Dark",
Light: "Light",
};
//# sourceMappingURL=index.js.map