AWS cdk documentation change
Summary
Formatting changes to section headers and code syntax corrections in IAM role documentation
Security assessment
Changes involve markdown formatting improvements (header styling and code block syntax) without introducing new security content or addressing vulnerabilities. The documentation discusses IAM roles which are security-related, but the changes themselves are purely presentational.
Diff
diff --git a/cdk/v2/guide/define-iam-l2.md b/cdk/v2/guide/define-iam-l2.md index ecd62d27f..409359206 100644 --- a//cdk/v2/guide/define-iam-l2.md +++ b//cdk/v2/guide/define-iam-l2.md @@ -326,0 +326 @@ Go + } @@ -338 +338,2 @@ Constructs that require a role have an optional `role` property that you can use -###### To reference a role manually +**To reference a role manually** + @@ -344 +345 @@ Constructs that require a role have an optional `role` property that you can use - } + }) @@ -359 +360,2 @@ The AWS CDK _role customization_ feature generates a report of roles and policie -###### To use the role customization feature +**To use the role customization feature** +