Enum StackActivityProgress

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

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-11T18:01:25.301Z") @Stability(Experimental) public enum StackActivityProgress extends Enum<StackActivityProgress>
(experimental) Supported display modes for stack deployment activity.
  • Enum Constant Details

    • BAR

      @Stability(Experimental) public static final StackActivityProgress BAR
      (experimental) Displays a progress bar with only the events for the resource currently being deployed.
    • EVENTS

      @Stability(Experimental) public static final StackActivityProgress EVENTS
      (experimental) Displays complete history with all CloudFormation stack events.
  • Method Details

    • values

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