Table of Contents

Enum UpdateType

Namespace
Amazon.CDK.AWS.AutoScaling
Assembly
Amazon.CDK.AWS.AutoScaling.dll

(deprecated) The type of update to perform on instances in this AutoScalingGroup.

[Obsolete("Use UpdatePolicy instead")]
public enum UpdateType

Fields

[Obsolete] NONE = 0

(deprecated) Don't do anything.

[Obsolete] REPLACING_UPDATE = 1

(deprecated) Replace the entire AutoScalingGroup.

[Obsolete] ROLLING_UPDATE = 2

(deprecated) Replace the instances in the AutoScalingGroup.

Remarks

Stability: Deprecated