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)

50 lines 1.8 kB
"use strict"; // *** 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.WorkspaceStatus = exports.WorkspaceSamlConfigurationStatus = exports.WorkspacePermissionType = exports.WorkspaceNotificationDestinationType = exports.WorkspaceDataSourceType = exports.WorkspaceAuthenticationProviderTypes = exports.WorkspaceAccountAccessType = void 0; exports.WorkspaceAccountAccessType = { CurrentAccount: "CURRENT_ACCOUNT", Organization: "ORGANIZATION", }; exports.WorkspaceAuthenticationProviderTypes = { AwsSso: "AWS_SSO", Saml: "SAML", }; exports.WorkspaceDataSourceType = { AmazonOpensearchService: "AMAZON_OPENSEARCH_SERVICE", Cloudwatch: "CLOUDWATCH", Prometheus: "PROMETHEUS", Xray: "XRAY", Timestream: "TIMESTREAM", Sitewise: "SITEWISE", Athena: "ATHENA", Redshift: "REDSHIFT", }; exports.WorkspaceNotificationDestinationType = { Sns: "SNS", }; exports.WorkspacePermissionType = { CustomerManaged: "CUSTOMER_MANAGED", ServiceManaged: "SERVICE_MANAGED", }; exports.WorkspaceSamlConfigurationStatus = { Configured: "CONFIGURED", NotConfigured: "NOT_CONFIGURED", }; exports.WorkspaceStatus = { Active: "ACTIVE", Creating: "CREATING", Deleting: "DELETING", Failed: "FAILED", Updating: "UPDATING", Upgrading: "UPGRADING", VersionUpdating: "VERSION_UPDATING", DeletionFailed: "DELETION_FAILED", CreationFailed: "CREATION_FAILED", UpdateFailed: "UPDATE_FAILED", UpgradeFailed: "UPGRADE_FAILED", LicenseRemovalFailed: "LICENSE_REMOVAL_FAILED", VersionUpdateFailed: "VERSION_UPDATE_FAILED", }; //# sourceMappingURL=index.js.map