AWS Security ChangesHomeSearch

AWS cdk documentation change

Service: cdk · 2026-01-25 · Documentation low

File: cdk/v2/guide/configure-synth.md

Summary

Fixed CloudFormation resource type declarations and C# namespace references

Security assessment

Corrects syntax errors in code samples without security context

Diff

diff --git a/cdk/v2/guide/configure-synth.md b/cdk/v2/guide/configure-synth.md
index 2dd95fd4c..b0d49d8a4 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: shared id="AWS"/::CDK::Metadata
+        Type: AWS::CDK::Metadata
@@ -346 +346 @@ C#
-    using Amazon.CDK.shared id="AWS"/.S3;
+    using Amazon.CDK.AWS.S3;
@@ -400 +400 @@ When we run `cdk synth`, a logical ID in the format of `myBucketunique-hash` get
-        Type: shared id="AWS"/::S3::Bucket
+        Type: AWS::S3::Bucket
@@ -597 +597 @@ C#
-    using Amazon.CDK.shared id="AWS"/.S3;
+    using Amazon.CDK.AWS.S3;
@@ -708 +708 @@ When we run `cdk synth`, a logical ID in the format of `FooBarBucketunique-hash`
-        Type: shared id="AWS"/::S3::Bucket
+        Type: AWS::S3::Bucket