AWS awscloudtrail documentation change
Summary
Standardized example account IDs/regions in IAM policies and resource ARNs
Security assessment
Updates use consistent placeholder values (111111111111) and region specifications. These are documentation normalization changes without security implications or feature additions.
Diff
diff --git a/awscloudtrail/latest/userguide/query-federation.md b/awscloudtrail/latest/userguide/query-federation.md index f0676ee74..de5cfaf53 100644 --- a//awscloudtrail/latest/userguide/query-federation.md +++ b//awscloudtrail/latest/userguide/query-federation.md @@ -98 +98 @@ JSON - "Resource": "arn:aws:cloudtrail:eds-region:account-id:eventdatastore/eds-id" + "Resource": "arn:aws:cloudtrail:us-east-1:111111111111:eventdatastore/eds-id" @@ -107 +107 @@ JSON - "Resource": "arn:aws:kms:key-region:account-id:key/key-id" + "Resource": "arn:aws:kms:us-east-1:111111111111:key/key-id" @@ -154 +154 @@ JSON - "Resource": "arn:aws:cloudtrail:region:account-id:eventdatastore/eds-id" + "Resource": "arn:aws:cloudtrail:us-east-1:111111111111:eventdatastore/eds-id" @@ -163 +163 @@ JSON - "Resource": "arn:aws:iam::region:role/federation-role-name" + "Resource": "arn:aws:iam::111122223333:role/federation-role-name" @@ -174,4 +174,4 @@ JSON - "arn:aws:glue:region:account-id:catalog", - "arn:aws:glue:region:account-id:database/aws:cloudtrail", - "arn:aws:glue:region:account-id:table/aws:cloudtrail/eds-id", - "arn:aws:glue:region:account-id:connection/aws:cloudtrail" + "arn:aws:glue:us-east-1:111111111111:catalog", + "arn:aws:glue:us-east-1:111111111111:database/aws:cloudtrail", + "arn:aws:glue:us-east-1:111111111111:table/aws:cloudtrail/eds-id", + "arn:aws:glue:us-east-1:111111111111:connection/aws:cloudtrail" @@ -187 +187 @@ JSON - "Resource": "arn:aws:lakeformation:region:account-id:catalog:account-id" + "Resource": "arn:aws:lakeformation:region:111111111111:catalog:111111111111" @@ -211 +211 @@ JSON - "Resource": "arn:aws:cloudtrail:region:account-id:eventdatastore/eds-id" + "Resource": "arn:aws:cloudtrail:us-east-1:111111111111:eventdatastore/eds-id" @@ -218,3 +218,3 @@ JSON - "arn:aws:glue:region:account-id:catalog", - "arn:aws:glue:region:account-id:database/aws:cloudtrail", - "arn:aws:glue:region:account-id:table/aws:cloudtrail/eds-id" + "arn:aws:glue:us-east-1:111111111111:catalog", + "arn:aws:glue:us-east-1:111111111111:database/aws:cloudtrail", + "arn:aws:glue:us-east-1:111111111111:table/aws:cloudtrail/eds-id" @@ -227 +227 @@ JSON - "Resource": "arn:aws:lakeformation:region:account-id:catalog:account-id" + "Resource": "arn:aws:lakeformation:us-east-1:111111111111:catalog:111111111111"