Enum HotswapMode

java.lang.Object
java.lang.Enum<HotswapMode>
software.amazon.awscdk.cli.lib.alpha.HotswapMode
All Implemented Interfaces:
Serializable, Comparable<HotswapMode>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-24T10:56:41.746Z") @Stability(Experimental) public enum HotswapMode extends Enum<HotswapMode>
  • Enum Constant Details

    • FALL_BACK

      @Stability(Experimental) public static final HotswapMode FALL_BACK
      (experimental) Will fall back to CloudFormation when a non-hotswappable change is detected.
    • HOTSWAP_ONLY

      @Stability(Experimental) public static final HotswapMode HOTSWAP_ONLY
      (experimental) Will not fall back to CloudFormation when a non-hotswappable change is detected.
    • FULL_DEPLOYMENT

      @Stability(Experimental) public static final HotswapMode FULL_DEPLOYMENT
      (experimental) Will not attempt to hotswap anything and instead go straight to CloudFormation.
  • Method Details

    • values

      public static HotswapMode[] 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 HotswapMode 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