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)

42 lines 1.49 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.DomainCertificateSettingsCertificateType = exports.DomainCertificateCertificateType = exports.BranchStage = exports.AppPlatform = exports.AppJobConfigBuildComputeType = exports.AppCacheConfigType = exports.AppAutoBranchCreationConfigStage = void 0; exports.AppAutoBranchCreationConfigStage = { Experimental: "EXPERIMENTAL", Beta: "BETA", PullRequest: "PULL_REQUEST", Production: "PRODUCTION", Development: "DEVELOPMENT", }; exports.AppCacheConfigType = { AmplifyManaged: "AMPLIFY_MANAGED", AmplifyManagedNoCookies: "AMPLIFY_MANAGED_NO_COOKIES", }; exports.AppJobConfigBuildComputeType = { Standard8gb: "STANDARD_8GB", Large16gb: "LARGE_16GB", Xlarge72gb: "XLARGE_72GB", }; exports.AppPlatform = { Web: "WEB", WebDynamic: "WEB_DYNAMIC", WebCompute: "WEB_COMPUTE", }; exports.BranchStage = { Experimental: "EXPERIMENTAL", Beta: "BETA", PullRequest: "PULL_REQUEST", Production: "PRODUCTION", Development: "DEVELOPMENT", }; exports.DomainCertificateCertificateType = { AmplifyManaged: "AMPLIFY_MANAGED", Custom: "CUSTOM", }; exports.DomainCertificateSettingsCertificateType = { AmplifyManaged: "AMPLIFY_MANAGED", Custom: "CUSTOM", }; //# sourceMappingURL=index.js.map