AWS Security ChangesHomeSearch

AWS cdk documentation change

Service: cdk · 2025-04-20 · Documentation low

File: cdk/v2/guide/constructs.md

Summary

Updated documentation links to use hyphens in 'permissions-grants' and 'resources-physical-names' anchors

Security assessment

Link formatting changes in IAM permissions section without altering security guidance or introducing new security features.

Diff

diff --git a/cdk/v2/guide/constructs.md b/cdk/v2/guide/constructs.md
index db2368bb0..3f1ae2228 100644
--- a//cdk/v2/guide/constructs.md
+++ b//cdk/v2/guide/constructs.md
@@ -74 +74 @@ Constructs are implemented in classes that extend the [`Construct`](https://docs
-  * **id** – An [identifier](./identifiers.html) that must be unique within the scope. The identifier serves as a namespace for everything that’s defined within the construct. It’s used to generate unique identifiers, such as [resource names](./resources.html#resources_physical_names) and AWS CloudFormation logical IDs.
+  * **id** – An [identifier](./identifiers.html) that must be unique within the scope. The identifier serves as a namespace for everything that’s defined within the construct. It’s used to generate unique identifiers, such as [resource names](./resources.html#resources-physical-names) and AWS CloudFormation logical IDs.
@@ -146 +146 @@ The AWS CDK framework doesn't put any restrictions on the APIs of constructs. Au
-Most AWS constructs have a set of [grant](./permissions.html#permissions_grants) methods that you can use to grant AWS Identity and Access Management (IAM) permissions on that construct to a principal. The following example grants the IAM group `data-science` permission to read from the Amazon S3 bucket `raw-data`.
+Most AWS constructs have a set of [grant](./permissions.html#permissions-grants) methods that you can use to grant AWS Identity and Access Management (IAM) permissions on that construct to a principal. The following example grants the IAM group `data-science` permission to read from the Amazon S3 bucket `raw-data`.