UpdateType
- class aws_cdk.aws_autoscaling.UpdateType(value)
- Bases: - Enum- (deprecated) The type of update to perform on instances in this AutoScalingGroup. - Deprecated:
- Use UpdatePolicy instead 
- Stability:
- deprecated 
 - Attributes - NONE
- (deprecated) Don’t do anything. - Stability:
- deprecated 
 
 - REPLACING_UPDATE
- (deprecated) Replace the entire AutoScalingGroup. - Builds a new AutoScalingGroup first, then delete the old one. - Stability:
- deprecated 
 
 - ROLLING_UPDATE
- (deprecated) Replace the instances in the AutoScalingGroup. - Stability:
- deprecated