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)

52 lines 2.06 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.FleetTargetTrackingScalingConfigurationMetricType = exports.FleetScalingConfigurationInputScalingType = exports.FleetProxyRuleType = exports.FleetProxyRuleEffect = exports.FleetProxyConfigurationDefaultBehavior = exports.FleetOverflowBehavior = exports.FleetEnvironmentType = exports.FleetComputeType = exports.FleetComputeConfigurationmachineType = void 0; exports.FleetComputeConfigurationmachineType = { General: "GENERAL", Nvme: "NVME", }; exports.FleetComputeType = { BuildGeneral1Small: "BUILD_GENERAL1_SMALL", BuildGeneral1Medium: "BUILD_GENERAL1_MEDIUM", BuildGeneral1Large: "BUILD_GENERAL1_LARGE", BuildGeneral1Xlarge: "BUILD_GENERAL1_XLARGE", BuildGeneral12xlarge: "BUILD_GENERAL1_2XLARGE", AttributeBasedCompute: "ATTRIBUTE_BASED_COMPUTE", CustomInstanceType: "CUSTOM_INSTANCE_TYPE", }; exports.FleetEnvironmentType = { WindowsServer2019Container: "WINDOWS_SERVER_2019_CONTAINER", WindowsServer2022Container: "WINDOWS_SERVER_2022_CONTAINER", LinuxContainer: "LINUX_CONTAINER", LinuxGpuContainer: "LINUX_GPU_CONTAINER", ArmContainer: "ARM_CONTAINER", MacArm: "MAC_ARM", LinuxEc2: "LINUX_EC2", ArmEc2: "ARM_EC2", WindowsEc2: "WINDOWS_EC2", }; exports.FleetOverflowBehavior = { Queue: "QUEUE", OnDemand: "ON_DEMAND", }; exports.FleetProxyConfigurationDefaultBehavior = { AllowAll: "ALLOW_ALL", DenyAll: "DENY_ALL", }; exports.FleetProxyRuleEffect = { Allow: "ALLOW", Deny: "DENY", }; exports.FleetProxyRuleType = { Domain: "DOMAIN", Ip: "IP", }; exports.FleetScalingConfigurationInputScalingType = { TargetTrackingScaling: "TARGET_TRACKING_SCALING", }; exports.FleetTargetTrackingScalingConfigurationMetricType = { FleetUtilizationRate: "FLEET_UTILIZATION_RATE", }; //# sourceMappingURL=index.js.map