AWS cdk documentation change
Summary
Corrected placeholder references and output formatting from '<shared id="AWS"/>' to 'AWS'
Security assessment
Fixes documentation formatting issues without security implications
Diff
diff --git a/cdk/v2/guide/configure-access-sso-example-cli.md b/cdk/v2/guide/configure-access-sso-example-cli.md index 72871602b..d778378ee 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 <shared id="AWS"/> accounts available to you. + There are 2 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 <co id="CO1-1"/> + Using the account ID @@ -117 +117 @@ With any CDK CLI command, we use the ` [--profile](./ref-cli-cmd.html#ref-cli-cm - [-] <shared id="AWS"/>::S3::Bucket amzn-s3-demo-bucket amzn-s3-demo-bucket5AF9C99B destroy + [-] 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":"<shared id="AWS"/>::Region"}} + [-] Output BucketRegion: {"Value":{"Ref":"AWS::Region"}} @@ -131 +131 @@ When our credentials expire, an error message like the following will display: - Unable to resolve <shared id="AWS"/> account to use. It must be either configured when you define your CDK Stack, or through the environment + Unable to resolve AWS account to use. It must be either configured when you define your CDK Stack, or through the environment