AWS cdk documentation change
Summary
Corrected anchor links in documentation for resource names and permissions grants sections
Security assessment
Link formatting changes improve navigation but do not affect security content or introduce security features.
Diff
diff --git a/cdk/v1/guide/constructs.md b/cdk/v1/guide/constructs.md index dfe8d6b20..ed92753b5 100644 --- a//cdk/v1/guide/constructs.md +++ b//cdk/v1/guide/constructs.md @@ -45 +45 @@ Constructs are implemented in classes that extend the [`Construct`](https://docs - * id — An [identifier](./identifiers.html) that must be unique within this scope. The identifier serves as a namespace for everything that's defined within the current construct and is 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 this scope. The identifier serves as a namespace for everything that's defined within the current construct and is used to generate unique identifiers such as [resource names](./resources.html#resources-physical-names) and AWS CloudFormation logical IDs. @@ -481 +481 @@ Constructs are classes that extend the base [Construct](https://docs.aws.amazon. -For example, almost all 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`. +For example, almost all 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`.