AWS IoT TopicRule SnsAction
Sns is a property of the Actions property that describes an
action that publishes data to an SNS topic.
Syntax
JSON
{ "MessageFormat":String, "RoleArn":String, "TargetArn":String}
YAML
MessageFormat:StringRoleArn:StringTargetArn:String
Properties
MessageFormat-
The format of the published message. Amazon SNS uses this setting to determine whether it should parse the payload and extract the platform-specific bits from the payload.
For more information, see Appendix: Message and JSON Formats in the Amazon Simple Notification Service Developer Guide.
Required: No
Type: String
