AWS cdk documentation change
Summary
Added multiple '###### Example' section headers throughout IAM permissions documentation
Security assessment
Changes are structural improvements only. No modifications to IAM policy examples, security best practices, or access control mechanisms were made.
Diff
diff --git a/cdk/v2/guide/permissions.md b/cdk/v2/guide/permissions.md index e993545cb..edf277e3f 100644 --- a//cdk/v2/guide/permissions.md +++ b//cdk/v2/guide/permissions.md @@ -49,0 +50,2 @@ Many constructs represent resources that can be accessed, such as an Amazon S3 b +###### Example + @@ -89,0 +92,2 @@ For convenience, L2 constructs also offer a `grants` property that returns an in +###### Example + @@ -125,0 +130,2 @@ To force the grant’s permissions to be applied before another resource is crea +###### Example + @@ -169,0 +176,2 @@ The IAM package contains a [`Role`](https://docs.aws.amazon.com/cdk/api/v2/docs/ +###### Example + @@ -223,0 +232,2 @@ The following example adds a `Deny` policy statement to the role for the actions +###### Example + @@ -301,0 +312,2 @@ If you’re using a construct that requires a role to function correctly, you ca +###### Example + @@ -387,0 +400,2 @@ The following example demonstrates: +###### Example + @@ -456,0 +471,2 @@ In the following example, the [Amazon S3 bucket](https://docs.aws.amazon.com/cdk +###### Example +