AWS cdk documentation change
Summary
Updated CloudFormation resource type references to use '<shared id="AWS"/>' placeholder
Security assessment
Formatting changes for resource type declarations (e.g. AWS::S3::Bucket to shared placeholder) without security context
Diff
diff --git a/cdk/v2/guide/configure-synth.md b/cdk/v2/guide/configure-synth.md index b0d49d8a4..d30953778 100644 --- a//cdk/v2/guide/configure-synth.md +++ b//cdk/v2/guide/configure-synth.md @@ -226 +226 @@ If your CDK app contains a single stack, or to synthesize all stacks, you don’ - Type: AWS::CDK::Metadata + Type: shared id="AWS"/::CDK::Metadata @@ -346 +346 @@ C# - using Amazon.CDK.AWS.S3; + using Amazon.CDK.shared id="AWS"/.S3; @@ -400 +400 @@ When we run `cdk synth`, a logical ID in the format of `myBucketunique-hash` get - Type: AWS::S3::Bucket + Type: shared id="AWS"/::S3::Bucket @@ -597 +597 @@ C# - using Amazon.CDK.AWS.S3; + using Amazon.CDK.shared id="AWS"/.S3; @@ -708 +708 @@ When we run `cdk synth`, a logical ID in the format of `FooBarBucketunique-hash` - Type: AWS::S3::Bucket + Type: shared id="AWS"/::S3::Bucket