AWS organizations documentation change
Summary
Added trailing commas to JSON policy examples for syntax consistency
Security assessment
Changes are purely syntactic (adding commas in JSON examples) and do not alter policy logic or address security vulnerabilities
Diff
diff --git a/organizations/latest/userguide/orgs_manage_policies_scps_examples_general.md b/organizations/latest/userguide/orgs_manage_policies_scps_examples_general.md index 42c7991a2..464fa41e0 100644 --- a//organizations/latest/userguide/orgs_manage_policies_scps_examples_general.md +++ b//organizations/latest/userguide/orgs_manage_policies_scps_examples_general.md @@ -43 +43 @@ You can view the[ service last accessed data in the IAM console](https://docs.aw - "Version": "2012-10-17" + "Version": "2012-10-17", @@ -117 +117 @@ This SCP restricts IAM users and roles from making changes to the specified IAM - "Version": "2012-10-17" + "Version": "2012-10-17", @@ -147 +147 @@ This SCP builds on the previous example to make an exception for administrators. - "Version": "2012-10-17" + "Version": "2012-10-17", @@ -182 +182 @@ Use an SCP like the following to require that multi-factor authentication (MFA) - "Version": "2012-10-17" + "Version": "2012-10-17", @@ -203 +203 @@ The following policy restricts all access to the specified actions for the [root - "Version": "2012-10-17" + "Version": "2012-10-17", @@ -231 +231 @@ The following policy blocks use of the `LeaveOrganization` API operation so that - "Version": "2012-10-17" + "Version": "2012-10-17",