sparse-intern-71089
02/01/2023, 10:25 PMminiature-musician-31262
02/01/2023, 10:29 PMminiature-musician-31262
02/01/2023, 10:56 PMquaint-hydrogen-7228
02/02/2023, 7:41 AMminiature-musician-31262
02/02/2023, 3:58 PMcdk bootstrap
handles everything based the CLI version.quaint-hydrogen-7228
02/03/2023, 1:47 PMParameters:
BootstrapVersion:
Type: AWS::SSM::Parameter::Value<String>
Default: /cdk-bootstrap/hnb659fds/version
Description: Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]
Rules:
CheckBootstrapVersion:
Assertions:
- Assert:
Fn::Not:
- Fn::Contains:
- - "1"
- "2"
- "3"
- "4"
- "5"
- Ref: BootstrapVersion
AssertDescription: CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI.