@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)
93 lines • 3.52 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.TaskSetScaleUnit = exports.TaskSetLaunchType = exports.TaskSetAwsVpcConfigurationAssignPublicIp = exports.TaskDefinitionPortMappingAppProtocol = exports.TaskDefinitionEfsVolumeConfigurationTransitEncryption = exports.TaskDefinitionContainerDefinitionVersionConsistency = exports.TaskDefinitionAuthorizationConfigIam = exports.ServiceSchedulingStrategy = exports.ServicePropagateTags = exports.ServicePlacementStrategyType = exports.ServicePlacementConstraintType = exports.ServiceLaunchType = exports.ServiceEbsTagSpecificationPropagateTags = exports.ServiceDeploymentControllerType = exports.ServiceAwsVpcConfigurationAssignPublicIp = exports.ServiceAvailabilityZoneRebalancing = exports.ClusterCapacityProviderAssociationsCapacityProvider0 = exports.ClusterCapacityProviderAssociationsCapacityProvider = exports.CapacityProviderManagedScalingStatus = exports.CapacityProviderAutoScalingGroupProviderManagedTerminationProtection = exports.CapacityProviderAutoScalingGroupProviderManagedDraining = void 0;
exports.CapacityProviderAutoScalingGroupProviderManagedDraining = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.CapacityProviderAutoScalingGroupProviderManagedTerminationProtection = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.CapacityProviderManagedScalingStatus = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.ClusterCapacityProviderAssociationsCapacityProvider = {
Fargate: "FARGATE",
FargateSpot: "FARGATE_SPOT",
};
exports.ClusterCapacityProviderAssociationsCapacityProvider0 = {
Fargate: "FARGATE",
FargateSpot: "FARGATE_SPOT",
};
exports.ServiceAvailabilityZoneRebalancing = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.ServiceAwsVpcConfigurationAssignPublicIp = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.ServiceDeploymentControllerType = {
CodeDeploy: "CODE_DEPLOY",
Ecs: "ECS",
External: "EXTERNAL",
};
exports.ServiceEbsTagSpecificationPropagateTags = {
Service: "SERVICE",
TaskDefinition: "TASK_DEFINITION",
};
exports.ServiceLaunchType = {
Ec2: "EC2",
Fargate: "FARGATE",
External: "EXTERNAL",
};
exports.ServicePlacementConstraintType = {
DistinctInstance: "distinctInstance",
MemberOf: "memberOf",
};
exports.ServicePlacementStrategyType = {
Binpack: "binpack",
Random: "random",
Spread: "spread",
};
exports.ServicePropagateTags = {
Service: "SERVICE",
TaskDefinition: "TASK_DEFINITION",
};
exports.ServiceSchedulingStrategy = {
Daemon: "DAEMON",
Replica: "REPLICA",
};
exports.TaskDefinitionAuthorizationConfigIam = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.TaskDefinitionContainerDefinitionVersionConsistency = {
Enabled: "enabled",
Disabled: "disabled",
};
exports.TaskDefinitionEfsVolumeConfigurationTransitEncryption = {
Enabled: "ENABLED",
Disabled: "DISABLED",
};
exports.TaskDefinitionPortMappingAppProtocol = {
Http: "http",
Http2: "http2",
Grpc: "grpc",
};
exports.TaskSetAwsVpcConfigurationAssignPublicIp = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.TaskSetLaunchType = {
Ec2: "EC2",
Fargate: "FARGATE",
};
exports.TaskSetScaleUnit = {
Percent: "PERCENT",
};
//# sourceMappingURL=index.js.map