AWS awscloudtrail documentation change
Summary
Added clarification that SNS topic can be specified by name or ARN
Security assessment
The change provides additional information about SNS topic specification but does not address security concerns
Diff
diff --git a/awscloudtrail/latest/userguide/configure-sns-notifications-for-cloudtrail.md index a74570e6f..4036d823b 100644 --- a/awscloudtrail/latest/userguide/configure-sns-notifications-for-cloudtrail.md +++ b/awscloudtrail/latest/userguide/configure-sns-notifications-for-cloudtrail.md @@ -24 +24 @@ On the CloudTrail console, you can configure a trail to use an Amazon SNS topic -With the AWS CLI, you can [create](https://docs.aws.amazon.com/cli/latest/reference/cloudtrail/create-trail.html) or [update](https://docs.aws.amazon.com/cli/latest/reference/cloudtrail/update-trail.html) a trail to use an Amazon SNS topic by specifying a value for the `--sns-topic-name` parameter. +With the AWS CLI, you can [create](https://docs.aws.amazon.com/cli/latest/reference/cloudtrail/create-trail.html) or [update](https://docs.aws.amazon.com/cli/latest/reference/cloudtrail/update-trail.html) a trail to use an Amazon SNS topic by specifying a value for the `--sns-topic-name` parameter. You can specify the name or the ARN for the Amazon SNS topic.