AWS cdk documentation change
Summary
Replaced 'AWS' references with '<shared id="AWS"/>' placeholder in several CLI output examples
Security assessment
Changes are textual substitutions for branding/formatting consistency without altering security configurations or mentioning security concepts
Diff
diff --git a/cdk/v2/guide/configure-access-sso-example-cli.md b/cdk/v2/guide/configure-access-sso-example-cli.md index d778378ee..00ef56417 100644 --- a//cdk/v2/guide/configure-access-sso-example-cli.md +++ b//cdk/v2/guide/configure-access-sso-example-cli.md @@ -46 +46 @@ After establishing our session, the AWS CLI displays the AWS accounts available - There are 2 AWS accounts available to you. + There are 2 <shared id="AWS"/> accounts available to you. @@ -55 +55 @@ Next, the AWS CLI displays the IAM roles available to us from our selected accou - Using the account ID + Using the account ID <co id="CO1-1"/> @@ -117 +117 @@ With any CDK CLI command, we use the ` [--profile](./ref-cli-cmd.html#ref-cli-cm - [-] AWS::S3::Bucket amzn-s3-demo-bucket amzn-s3-demo-bucket5AF9C99B destroy + [-] <shared id="AWS"/>::S3::Bucket amzn-s3-demo-bucket amzn-s3-demo-bucket5AF9C99B destroy @@ -120 +120 @@ With any CDK CLI command, we use the ` [--profile](./ref-cli-cmd.html#ref-cli-cm - [-] Output BucketRegion: {"Value":{"Ref":"AWS::Region"}} + [-] Output BucketRegion: {"Value":{"Ref":"<shared id="AWS"/>::Region"}} @@ -131 +131 @@ When our credentials expire, an error message like the following will display: - Unable to resolve AWS account to use. It must be either configured when you define your CDK Stack, or through the environment + Unable to resolve <shared id="AWS"/> account to use. It must be either configured when you define your CDK Stack, or through the environment