Show / Hide Table of Contents

Class UpdateType

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

Inheritance
System.Object
UpdateType
Namespace: Amazon.CDK.AWS.AutoScaling
Assembly: Amazon.CDK.AWS.AutoScaling.dll
Syntax (csharp)
public sealed class UpdateType : Enum
Syntax (vb)
Public NotInheritable Class UpdateType
    Inherits

     Enum
Remarks

Stability: Deprecated

Synopsis

Fields

NONE

(deprecated) Don't do anything.

REPLACING_UPDATE

(deprecated) Replace the entire AutoScalingGroup.

ROLLING_UPDATE

(deprecated) Replace the instances in the AutoScalingGroup.

value__

Fields

NONE

(deprecated) Don't do anything.

public const UpdateType NONE
Field Value
Type Description
UpdateType
Remarks

Stability: Deprecated

REPLACING_UPDATE

(deprecated) Replace the entire AutoScalingGroup.

public const UpdateType REPLACING_UPDATE
Field Value
Type Description
UpdateType
Remarks

Builds a new AutoScalingGroup first, then delete the old one.

Stability: Deprecated

ROLLING_UPDATE

(deprecated) Replace the instances in the AutoScalingGroup.

public const UpdateType ROLLING_UPDATE
Field Value
Type Description
UpdateType
Remarks

Stability: Deprecated

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX