AWS cdk documentation change
Summary
Updated CloudFormation template syntax in examples (likely formatting corrections)
Security assessment
Syntax changes in template examples without security implications. No IAM policy logic or security controls were modified.
Diff
diff --git a/cdk/v2/guide/bootstrapping-env.md b/cdk/v2/guide/bootstrapping-env.md index 7a3ee57e6..fb998e0e2 100644 --- a//cdk/v2/guide/bootstrapping-env.md +++ b//cdk/v2/guide/bootstrapping-env.md @@ -360 +360 @@ The following is a snippet of these two statements in the _deploy role_ from the - Type: AWS::IAM::Role + Type: <shared id="AWS"/>::IAM::Role @@ -380 +380 @@ The following is a snippet of these two statements in the _deploy role_ from the - Ref: AWS::AccountId + Ref: <shared id="AWS"/>::AccountId @@ -393 +393 @@ The following is a snippet of these two statements in the _deploy role_ from the - Fn::Sub: s3.${AWS::Region}.amazonaws.com + Fn::Sub: s3.${<shared id="AWS"/>::Region}.amazonaws.com