Skip to content

Commit

Permalink
version_added
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Mar 14, 2023
1 parent 2f34aec commit 512ff23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/modules/sns.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
message_structure:
description:
- The payload format to use for the message.
- This must be 'json' to support protocol-specific messages (C(http), C(https), C(email), C(sms), C(sqs)).
- It must be 'string' to support I(message_attributes).
- This must be C(json) to support protocol-specific messages (C(http), C(https), C(email), C(sms), C(sqs)).
- It must be C(string) to support I(message_attributes).
default: json
choices: ['json', 'string']
type: str
Expand All @@ -80,6 +80,7 @@
- Has to be included when publishing a message to a fifo topic.
- Can contain up to 128 alphanumeric characters and punctuation.
type: str
version_added: 5.4.0
message_deduplication_id:
description:
- Only in connection with the message_group_id.
Expand All @@ -88,6 +89,7 @@
- Messages with the same deduplication id getting recognized as the same message.
- Gets overwritten by an auto generated token, if the topic has ContentBasedDeduplication set.
type: str
version_added: 5.4.0
extends_documentation_fragment:
- amazon.aws.region.modules
Expand Down

0 comments on commit 512ff23

Please sign in to comment.