AWS awscloudtrail documentation change
Summary
Updated documentation about ARN filtering in CloudTrail, removing a redundant link and updating the reference to IAM documentation
Security assessment
The changes are purely documentation improvements and clarifications, with no indication of addressing a security vulnerability or adding security-related content. The updates focus on ARN filtering syntax and reference links.
Diff
diff --git a/awscloudtrail/latest/userguide/creating-an-organizational-trail-in-the-console.md index 7aefe19cc..c7801c521 100644 --- a/awscloudtrail/latest/userguide/creating-an-organizational-trail-in-the-console.md +++ b/awscloudtrail/latest/userguide/creating-an-organizational-trail-in-the-console.md @@ -117 +117 @@ Selectors don't support the use of wildcards like `*` . To match multiple values - * **`resources.ARN`** \- You can use any operator with `resources.ARN`, but if you use **equals** or **does not equal** , the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of `resources.type`. For more information, see [Filtering data events by resources.ARN](./filtering-data-events.html#filtering-data-events-resourcearn). + * **`resources.ARN`** \- You can use any operator with `resources.ARN`, but if you use **equals** or **does not equal** , the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of `resources.type`. @@ -123 +123 @@ You can't use the `resources.ARN` field to filter resource types that do not hav -For more information about the ARN formats of data event resources, see [Actions, resources, and condition keys](https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html) in the _AWS Identity and Access Management User Guide_. +For more information about the ARN formats of data event resources, see [Actions, resources, and condition keys for AWS services](https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html) in the _Service Authorization Reference_.