enum HotswapMode
Language | Type name |
---|---|
![]() | Amazon.CDK.Cli.Lib.Alpha.HotswapMode |
![]() | github.com/aws/aws-cdk-go/awscdkclilibalpha/v2#HotswapMode |
![]() | software.amazon.awscdk.cli.lib.alpha.HotswapMode |
![]() | aws_cdk.cli_lib_alpha.HotswapMode |
![]() | @aws-cdk/cli-lib-alpha ยป HotswapMode |
Members
Name | Description |
---|---|
FALL_BACK | Will fall back to CloudFormation when a non-hotswappable change is detected. |
HOTSWAP_ONLY | Will not fall back to CloudFormation when a non-hotswappable change is detected. |
FULL_DEPLOYMENT | Will not attempt to hotswap anything and instead go straight to CloudFormation. |
FALL_BACK
Will fall back to CloudFormation when a non-hotswappable change is detected.
HOTSWAP_ONLY
Will not fall back to CloudFormation when a non-hotswappable change is detected.
FULL_DEPLOYMENT
Will not attempt to hotswap anything and instead go straight to CloudFormation.