| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default MachineImageType |
AutoScalingGroupCapacityOptions.getMachineImageType()
(experimental) Machine image type.
|
MachineImageType |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getMachineImageType() |
default MachineImageType |
AutoScalingGroupOptions.getMachineImageType()
(experimental) Allow options to specify different machine image type.
|
MachineImageType |
AutoScalingGroupOptions.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 |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.machineImageType(MachineImageType machineImageType)
Sets the value of
AutoScalingGroupCapacityOptions.getMachineImageType() |
AutoScalingGroupOptions.Builder |
AutoScalingGroupOptions.Builder.machineImageType(MachineImageType machineImageType)
Sets the value of
AutoScalingGroupOptions.getMachineImageType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
MachineImageType machineImageType,
Boolean mapRole,
Boolean spotInterruptHandler)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupOptions.Builder. |
Jsii$Proxy(InstanceType instanceType,
Boolean bootstrapEnabled,
BootstrapOptions bootstrapOptions,
MachineImageType machineImageType,
Boolean mapRole,
Boolean spotInterruptHandler,
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
AutoScalingGroupCapacityOptions.Builder. |
Copyright © 2021. All rights reserved.