AWS social-messaging documentation change
Summary
Fixed URL formatting in documentation links by adding double slashes after domain
Security assessment
Changes only fix URL formatting (added double slashes) without altering security content. References to confused deputy prevention and IAM role policies remain unchanged except for documentation links.
Diff
diff --git a/social-messaging/latest/userguide/managing-event-destinations-add.md b/social-messaging/latest/userguide/managing-event-destinations-add.md index fb7d2738e..91cec14d2 100644 --- a//social-messaging/latest/userguide/managing-event-destinations-add.md +++ b//social-messaging/latest/userguide/managing-event-destinations-add.md @@ -72 +72 @@ Amazon SNS FIFO topics are not supported. -The example statement uses the, optional but recommended, `SourceAccount` and `SourceArn` conditions to avoid the confused deputy problem and only the AWS End User Messaging Social owner account has access. For more information on the confused deputy problem, see [The confused deputy problem](https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html) in the _[IAM user guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html)_. +The example statement uses the, optional but recommended, `SourceAccount` and `SourceArn` conditions to avoid the confused deputy problem and only the AWS End User Messaging Social owner account has access. For more information on the confused deputy problem, see [The confused deputy problem](https://docs.aws.amazon.com//IAM/latest/UserGuide/confused-deputy.html) in the _[IAM user guide](https://docs.aws.amazon.com//IAM/latest/UserGuide/introduction.html)_. @@ -101 +101 @@ The key policy must be modified to allow AWS End User Messaging Social to use th -To use an existing IAM role or to create a new role, attach the following policy to that role so that AWS End User Messaging Social can assume it. For information about how to modify the trust relationship of a role, see [Modifying a Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage.html) in the [_IAM user guide_](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html). +To use an existing IAM role or to create a new role, attach the following policy to that role so that AWS End User Messaging Social can assume it. For information about how to modify the trust relationship of a role, see [Modifying a Role](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_roles_manage.html) in the [_IAM user guide_](https://docs.aws.amazon.com//IAM/latest/UserGuide/introduction.html). @@ -132 +132 @@ In the following IAM permission policy, make the following changes: -If you want AWS End User Messaging Social to use an existing IAM role or if you create a new role, attach the following policies to that role so that AWS End User Messaging Social can assume it. For information about how to modify an existing trust relationship of a role, see [Modifying a Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage.html) in the [_IAM user guide_](https://docs.aws.amazon.com/IAM/latest/UserGuide/introduction.html). This role is used for both sending events and importing phone numbers from AWS End User Messaging Social into Amazon Connect. +If you want AWS End User Messaging Social to use an existing IAM role or if you create a new role, attach the following policies to that role so that AWS End User Messaging Social can assume it. For information about how to modify an existing trust relationship of a role, see [Modifying a Role](https://docs.aws.amazon.com//IAM/latest/UserGuide/id_roles_manage.html) in the [_IAM user guide_](https://docs.aws.amazon.com//IAM/latest/UserGuide/introduction.html). This role is used for both sending events and importing phone numbers from AWS End User Messaging Social into Amazon Connect. @@ -204 +204 @@ JSON -Once you have set up your Amazon SNS topic, you must subscribe an endpoint to the topic. The endpoint will start to receive messages published to the associated topic. For more information on subscribing to a topic, see [Subscribing to an Amazon SNS topic](https://docs.aws.amazon.com/sns/latest/dg/sns-create-subscribe-endpoint-to-topic.html) in the _Amazon SNS Developer Guide_. +Once you have set up your Amazon SNS topic, you must subscribe an endpoint to the topic. The endpoint will start to receive messages published to the associated topic. For more information on subscribing to a topic, see [Subscribing to an Amazon SNS topic](https://docs.aws.amazon.com//sns/latest/dg/sns-create-subscribe-endpoint-to-topic.html) in the _Amazon SNS Developer Guide_.