Enum ScalingProcess

java.lang.Object
java.lang.Enum<ScalingProcess>
software.amazon.awscdk.services.autoscaling.ScalingProcess
All Implemented Interfaces:
Serializable, Comparable<ScalingProcess>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:45.406Z") @Stability(Stable) public enum ScalingProcess extends Enum<ScalingProcess>
  • Enum Constant Details

    • LAUNCH

      @Stability(Stable) public static final ScalingProcess LAUNCH
    • TERMINATE

      @Stability(Stable) public static final ScalingProcess TERMINATE
    • HEALTH_CHECK

      @Stability(Stable) public static final ScalingProcess HEALTH_CHECK
    • REPLACE_UNHEALTHY

      @Stability(Stable) public static final ScalingProcess REPLACE_UNHEALTHY
    • AZ_REBALANCE

      @Stability(Stable) public static final ScalingProcess AZ_REBALANCE
    • ALARM_NOTIFICATION

      @Stability(Stable) public static final ScalingProcess ALARM_NOTIFICATION
    • SCHEDULED_ACTIONS

      @Stability(Stable) public static final ScalingProcess SCHEDULED_ACTIONS
    • ADD_TO_LOAD_BALANCER

      @Stability(Stable) public static final ScalingProcess ADD_TO_LOAD_BALANCER
  • Method Details

    • values

      public static ScalingProcess[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ScalingProcess valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null