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

@Generated(value="jsii-pacmak/1.101.0 (build b95fe5d)", date="2024-07-05T20:26:40.490Z") @Stability(Deprecated) @Deprecated public enum ActionPoint extends Enum<ActionPoint>
Deprecated.
(deprecated) Defines Extension action points.

See Also:
  • Enum Constant Details

    • PRE_CREATE_HOSTED_CONFIGURATION_VERSION

      @Stability(Deprecated) @Deprecated public static final ActionPoint PRE_CREATE_HOSTED_CONFIGURATION_VERSION
      Deprecated.
    • PRE_START_DEPLOYMENT

      @Stability(Deprecated) @Deprecated public static final ActionPoint PRE_START_DEPLOYMENT
      Deprecated.
    • ON_DEPLOYMENT_START

      @Stability(Deprecated) @Deprecated public static final ActionPoint ON_DEPLOYMENT_START
      Deprecated.
    • ON_DEPLOYMENT_STEP

      @Stability(Deprecated) @Deprecated public static final ActionPoint ON_DEPLOYMENT_STEP
      Deprecated.
    • ON_DEPLOYMENT_BAKING

      @Stability(Deprecated) @Deprecated public static final ActionPoint ON_DEPLOYMENT_BAKING
      Deprecated.
    • ON_DEPLOYMENT_COMPLETE

      @Stability(Deprecated) @Deprecated public static final ActionPoint ON_DEPLOYMENT_COMPLETE
      Deprecated.
    • ON_DEPLOYMENT_ROLLED_BACK

      @Stability(Deprecated) @Deprecated public static final ActionPoint ON_DEPLOYMENT_ROLLED_BACK
      Deprecated.
  • Method Details

    • values

      public static ActionPoint[] values()
      Deprecated.
      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 ActionPoint valueOf(String name)
      Deprecated.
      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