AWS athena documentation change
Summary
Updated example ARNs with concrete account numbers and regions in cross-account policy examples.
Security assessment
Changes only replace placeholder values in example JSON policies without introducing or modifying security-related content. No evidence of addressing a security issue.
Diff
diff --git a/athena/latest/ug/lf-athena-limitations-cross-account.md b/athena/latest/ug/lf-athena-limitations-cross-account.md index c5ef20582..b15884e52 100644 --- a//athena/latest/ug/lf-athena-limitations-cross-account.md +++ b//athena/latest/ug/lf-athena-limitations-cross-account.md @@ -34,3 +34,3 @@ JSON - "arn:aws:glue:<REGION>:<ACCOUNT-A>:table/*/*", - "arn:aws:glue:<REGION>:<ACCOUNT-A>:database/*", - "arn:aws:glue:<REGION>:<ACCOUNT-A>:catalog" + "arn:aws:glue:us-east-1:111122223333:table/*/*", + "arn:aws:glue:us-east-1:111122223333:database/*", + "arn:aws:glue:us-east-1:111122223333:catalog" @@ -42 +42 @@ JSON - "AWS": "arn:aws:iam::<ACCOUNT-B>:root" + "AWS": "arn:aws:iam::444455556666:root" @@ -46,3 +46,3 @@ JSON - "arn:aws:glue:<REGION>:<ACCOUNT-A>:table/*/*", - "arn:aws:glue:<REGION>:<ACCOUNT-A>:database/*", - "arn:aws:glue:<REGION>:<ACCOUNT-A>:catalog" + "arn:aws:glue:us-east-1:111122223333:table/*/*", + "arn:aws:glue:us-east-1:111122223333:database/*", + "arn:aws:glue:us-east-1:111122223333:catalog"