enum UpdateType
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AutoScaling.UpdateType |
Java | software.amazon.awscdk.services.autoscaling.UpdateType |
Python | aws_cdk.aws_autoscaling.UpdateType |
TypeScript (source) | @aws-cdk/aws-autoscaling » UpdateType |
The type of update to perform on instances in this AutoScalingGroup.
Members
Name | Description |
---|---|
NONE | Don't do anything. |
REPLACING_UPDATE | Replace the entire AutoScalingGroup. |
ROLLING_UPDATE | Replace the instances in the AutoScalingGroup. |
NONE
Don't do anything.
REPLACING_UPDATE
Replace the entire AutoScalingGroup.
Builds a new AutoScalingGroup first, then delete the old one.
ROLLING_UPDATE
Replace the instances in the AutoScalingGroup.