| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
MachineImageType |
AsgCapacityProviderProps.Jsii$Proxy.getMachineImageType() |
MachineImageType |
AddCapacityOptions.Jsii$Proxy.getMachineImageType() |
default MachineImageType |
AddAutoScalingGroupCapacityOptions.getMachineImageType()
(experimental) Specify the machine image type.
|
MachineImageType |
AddAutoScalingGroupCapacityOptions.Jsii$Proxy.getMachineImageType() |
static MachineImageType |
MachineImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MachineImageType[] |
MachineImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AsgCapacityProvider.Builder |
AsgCapacityProvider.Builder.machineImageType(MachineImageType machineImageType)
(experimental) Specify the machine image type.
|
AsgCapacityProviderProps.Builder |
AsgCapacityProviderProps.Builder.machineImageType(MachineImageType machineImageType)
Sets the value of
AddAutoScalingGroupCapacityOptions.getMachineImageType() |
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.machineImageType(MachineImageType machineImageType)
Sets the value of
AddAutoScalingGroupCapacityOptions.getMachineImageType() |
AddAutoScalingGroupCapacityOptions.Builder |
AddAutoScalingGroupCapacityOptions.Builder.machineImageType(MachineImageType machineImageType)
Sets the value of
AddAutoScalingGroupCapacityOptions.getMachineImageType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean canContainersAccessInstanceRole,
MachineImageType machineImageType,
Boolean spotInstanceDraining,
IKey topicEncryptionKey)
Constructor that initializes the object based on literal property values passed by the
AddAutoScalingGroupCapacityOptions.Builder. |
Jsii$Proxy(IAutoScalingGroup autoScalingGroup,
String capacityProviderName,
Boolean enableManagedScaling,
Boolean enableManagedTerminationProtection,
Number maximumScalingStepSize,
Number minimumScalingStepSize,
Number targetCapacityPercent,
Boolean canContainersAccessInstanceRole,
MachineImageType machineImageType,
Boolean spotInstanceDraining,
IKey topicEncryptionKey)
Constructor that initializes the object based on literal property values passed by the
AsgCapacityProviderProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
Boolean canContainersAccessInstanceRole,
MachineImageType machineImageType,
Boolean spotInstanceDraining,
IKey topicEncryptionKey,
Boolean allowAllOutbound,
Boolean associatePublicIpAddress,
String autoScalingGroupName,
List<? extends BlockDevice> blockDevices,
Duration cooldown,
Number desiredCapacity,
List<? extends GroupMetrics> groupMetrics,
HealthCheck healthCheck,
Boolean ignoreUnmodifiedSizeProperties,
Monitoring instanceMonitoring,
String keyName,
Number maxCapacity,
Duration maxInstanceLifetime,
Number minCapacity,
Boolean newInstancesProtectedFromScaleIn,
List<? extends NotificationConfiguration> notifications,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AddCapacityOptions.Builder. |
Copyright © 2021. All rights reserved.