AWS cdk documentation change
Summary
Fixed CloudFormation template placeholders from '<shared id="AWS"/>' to standard 'AWS::' prefix
Security assessment
Corrects template formatting without security impact or security feature additions
Diff
diff --git a/cdk/v2/guide/bootstrapping-env.md b/cdk/v2/guide/bootstrapping-env.md index 898681796..7a3ee57e6 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: <shared id="AWS"/>::IAM::Role + Type: AWS::IAM::Role @@ -380 +380 @@ The following is a snippet of these two statements in the _deploy role_ from the - Ref: <shared id="AWS"/>::AccountId + Ref: AWS::AccountId @@ -393 +393 @@ The following is a snippet of these two statements in the _deploy role_ from the - Fn::Sub: s3.${<shared id="AWS"/>::Region}.amazonaws.com + Fn::Sub: s3.${AWS::Region}.amazonaws.com