software.amazon.awscdk.cli.lib.alpha.StackActivityProgress Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-cli-lib-alpha Show documentation
Show all versions of cdk-cli-lib-alpha Show documentation
AWS CDK Programmatic CLI library
package software.amazon.awscdk.cli.lib.alpha;
/**
* (experimental) Supported display modes for stack deployment activity.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.103.1 (build bef2dea)", date = "2024-09-11T18:01:25.301Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.cli.lib.alpha.$Module.class, fqn = "@aws-cdk/cli-lib-alpha.StackActivityProgress")
public enum StackActivityProgress {
/**
* (experimental) Displays a progress bar with only the events for the resource currently being deployed.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
BAR,
/**
* (experimental) Displays complete history with all CloudFormation stack events.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
EVENTS,
}