| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default UpdatePolicy |
CommonAutoScalingGroupProps.getUpdatePolicy()
(experimental) What to do when an AutoScalingGroup's instance configuration is changed.
|
UpdatePolicy |
CommonAutoScalingGroupProps.Jsii$Proxy.getUpdatePolicy() |
UpdatePolicy |
AutoScalingGroupProps.Jsii$Proxy.getUpdatePolicy() |
static UpdatePolicy |
UpdatePolicy.replacingUpdate()
(experimental) Create a new AutoScalingGroup and switch over to it.
|
static UpdatePolicy |
UpdatePolicy.rollingUpdate()
(experimental) Replace the instances in the AutoScalingGroup one by one, or in batches.
|
static UpdatePolicy |
UpdatePolicy.rollingUpdate(RollingUpdateOptions options)
(experimental) Replace the instances in the AutoScalingGroup one by one, or in batches.
|
| Modifier and Type | Method and Description |
|---|---|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.updatePolicy(UpdatePolicy updatePolicy)
Sets the value of
CommonAutoScalingGroupProps.getUpdatePolicy() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.updatePolicy(UpdatePolicy updatePolicy)
(experimental) What to do when an AutoScalingGroup's instance configuration is changed.
|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.updatePolicy(UpdatePolicy updatePolicy)
Sets the value of
CommonAutoScalingGroupProps.getUpdatePolicy() |
| Constructor and Description |
|---|
Jsii$Proxy(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
CommonAutoScalingGroupProps.Builder. |
Jsii$Proxy(InstanceType instanceType,
IMachineImage machineImage,
IVpc vpc,
CloudFormationInit init,
ApplyCloudFormationInitOptions initOptions,
IRole role,
ISecurityGroup securityGroup,
UserData userData,
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
AutoScalingGroupProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicy |
AddCapacityOptions.Jsii$Proxy.getUpdatePolicy() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.updatePolicy(UpdatePolicy updatePolicy)
Sets the value of
CommonAutoScalingGroupProps.getUpdatePolicy() |
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePolicy |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getUpdatePolicy() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.updatePolicy(UpdatePolicy updatePolicy)
Sets the value of
CommonAutoScalingGroupProps.getUpdatePolicy() |
| Constructor and Description |
|---|
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.