class Aws::IoT::Types::SnsAction
@return [String]<br>: docs.aws.amazon.com/sns/latest/dg/json-formats.html<br><br><br><br>refer to their official documentation.
[https://docs.aws.amazon.com/sns/latest/dg/json-formats.html][1]
be extracted. To read more about SNS message formats, see
be parsed and relevant platform-specific bits of the payload should
is “RAW”. SNS uses this setting to determine if the payload should
values are “JSON” and “RAW”. The default value of the attribute
(Optional) The message format of the message to publish. Accepted
@!attribute [rw] message_format
@return [String]
The ARN of the IAM role that grants access.
@!attribute [rw] role_arn
@return [String]
The ARN of the SNS topic.
@!attribute [rw] target_arn
}
message_format: “RAW”, # accepts RAW, JSON
role_arn: “AwsArn”, # required
target_arn: “AwsArn”, # required
{
data as a hash:
@note When making an API call, you may pass SnsAction
Describes an action to publish to an Amazon SNS topic.