AWS athena documentation change
Summary
Replaced placeholder account ID with 111122223333 and updated Lambda ARN region
Security assessment
Standardizes example values but does not introduce or modify security-related content.
Diff
diff --git a/athena/latest/ug/xacct-fed-query-enable.md b/athena/latest/ug/xacct-fed-query-enable.md index decce5213..6dec5f263 100644 --- a//athena/latest/ug/xacct-fed-query-enable.md +++ b//athena/latest/ug/xacct-fed-query-enable.md @@ -53 +53,3 @@ JSON - "AWS": ["arn:aws:iam::account-B-id:user/username"] + "AWS": [ + "arn:aws:iam::111122223333:user/username" + ] @@ -56 +58 @@ JSON - "Resource": "arn:aws:lambda:aws-region:account-A-id:function:lambda-function-name" + "Resource": "arn:aws:lambda:us-east-1:account-A-id:function:lambda-function-name"