StackActivityProgress

class aws_cdk.cli_lib_alpha.StackActivityProgress(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) Supported display modes for stack deployment activity.

Stability:

experimental

Attributes

BAR

(experimental) Displays a progress bar with only the events for the resource currently being deployed.

Stability:

experimental

EVENTS

(experimental) Displays complete history with all CloudFormation stack events.

Stability:

experimental