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)

57 lines 2.07 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.VpcIngressConnectionStatus = exports.ServiceSourceCodeVersionType = exports.ServiceNetworkConfigurationIpAddressType = exports.ServiceImageRepositoryImageRepositoryType = exports.ServiceHealthCheckConfigurationProtocol = exports.ServiceEgressConfigurationEgressType = exports.ServiceCodeConfigurationValuesRuntime = exports.ServiceCodeConfigurationConfigurationSource = exports.ObservabilityConfigurationTraceConfigurationVendor = void 0; exports.ObservabilityConfigurationTraceConfigurationVendor = { Awsxray: "AWSXRAY", }; exports.ServiceCodeConfigurationConfigurationSource = { Repository: "REPOSITORY", Api: "API", }; exports.ServiceCodeConfigurationValuesRuntime = { Python3: "PYTHON_3", Nodejs12: "NODEJS_12", Nodejs14: "NODEJS_14", Corretto8: "CORRETTO_8", Corretto11: "CORRETTO_11", Nodejs16: "NODEJS_16", Go1: "GO_1", Dotnet6: "DOTNET_6", Php81: "PHP_81", Ruby31: "RUBY_31", Python311: "PYTHON_311", Nodejs18: "NODEJS_18", Nodejs22: "NODEJS_22", }; exports.ServiceEgressConfigurationEgressType = { Default: "DEFAULT", Vpc: "VPC", }; exports.ServiceHealthCheckConfigurationProtocol = { Tcp: "TCP", Http: "HTTP", }; exports.ServiceImageRepositoryImageRepositoryType = { Ecr: "ECR", EcrPublic: "ECR_PUBLIC", }; exports.ServiceNetworkConfigurationIpAddressType = { Ipv4: "IPV4", DualStack: "DUAL_STACK", }; exports.ServiceSourceCodeVersionType = { Branch: "BRANCH", }; exports.VpcIngressConnectionStatus = { Available: "AVAILABLE", PendingCreation: "PENDING_CREATION", PendingUpdate: "PENDING_UPDATE", PendingDeletion: "PENDING_DELETION", FailedCreation: "FAILED_CREATION", FailedUpdate: "FAILED_UPDATE", FailedDeletion: "FAILED_DELETION", Deleted: "DELETED", }; //# sourceMappingURL=index.js.map