HotswapMode

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

Bases: Enum

Stability:

experimental

Attributes

FALL_BACK

(experimental) Will fall back to CloudFormation when a non-hotswappable change is detected.

Stability:

experimental

FULL_DEPLOYMENT

(experimental) Will not attempt to hotswap anything and instead go straight to CloudFormation.

Stability:

experimental

HOTSWAP_ONLY

(experimental) Will not fall back to CloudFormation when a non-hotswappable change is detected.

Stability:

experimental