| Modifier and Type | Method and Description |
|---|---|
default MachineImageType |
AutoScalingGroupCapacityOptions.getMachineImageType()
Machine image type.
|
MachineImageType |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getMachineImageType() |
default MachineImageType |
AutoScalingGroupOptions.getMachineImageType()
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,
List<? extends NotificationConfiguration> notifications,
software.amazon.awscdk.services.sns.ITopic notificationsTopic,
Number replacingUpdateMinSuccessfulInstancesPercent,
Number resourceSignalCount,
Duration resourceSignalTimeout,
RollingUpdateConfiguration rollingUpdateConfiguration,
Signals signals,
String spotPrice,
UpdatePolicy updatePolicy,
UpdateType updateType,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
AutoScalingGroupCapacityOptions.Builder. |
Copyright © 2021. All rights reserved.