Show / Hide Table of Contents

Class ScalingProcess

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

     Enum

Synopsis

Fields

ADD_TO_LOAD_BALANCER
ALARM_NOTIFICATION
AZ_REBALANCE
HEALTH_CHECK
LAUNCH
REPLACE_UNHEALTHY
SCHEDULED_ACTIONS
TERMINATE
value__

Fields

ADD_TO_LOAD_BALANCER

public const ScalingProcess ADD_TO_LOAD_BALANCER
Field Value
Type Description
ScalingProcess

ALARM_NOTIFICATION

public const ScalingProcess ALARM_NOTIFICATION
Field Value
Type Description
ScalingProcess

AZ_REBALANCE

public const ScalingProcess AZ_REBALANCE
Field Value
Type Description
ScalingProcess

HEALTH_CHECK

public const ScalingProcess HEALTH_CHECK
Field Value
Type Description
ScalingProcess

LAUNCH

public const ScalingProcess LAUNCH
Field Value
Type Description
ScalingProcess

REPLACE_UNHEALTHY

public const ScalingProcess REPLACE_UNHEALTHY
Field Value
Type Description
ScalingProcess

SCHEDULED_ACTIONS

public const ScalingProcess SCHEDULED_ACTIONS
Field Value
Type Description
ScalingProcess

TERMINATE

public const ScalingProcess TERMINATE
Field Value
Type Description
ScalingProcess

value__

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