AWS m2 documentation change
Summary
Updated IAM policy JSON example: replaced placeholder 'AccountId' with concrete account number '111122223333' and adjusted formatting.
Security assessment
This is a documentation example cleanup with no security implications. The account number change does not introduce or address security controls.
Diff
diff --git a/m2/latest/userguide/data-protection.md b/m2/latest/userguide/data-protection.md index 5b4d70cb7..0c5bafec1 100644 --- a//m2/latest/userguide/data-protection.md +++ b//m2/latest/userguide/data-protection.md @@ -204 +204,2 @@ JSON - "Statement": [{ + "Statement": [ + { @@ -208 +209 @@ JSON - "AWS": "arn:aws:iam::AccountId:role/ExampleRole" + "AWS": "arn:aws:iam::111122223333:role/ExampleRole" @@ -215 +216,2 @@ JSON - }] + } + ]