TopicRuleSnsAction

data class TopicRuleSnsAction(val messageFormat: String? = null, val roleArn: String, val targetArn: String)

Constructors

Link copied to clipboard
constructor(messageFormat: String? = null, roleArn: String, targetArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val messageFormat: String? = null

(Optional) The message format of the message to publish. Accepted values are "JSON" and "RAW". The default value of the attribute is "RAW". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. For more information, see Amazon SNS Message and JSON Formats in the Amazon Simple Notification Service Developer Guide .

Link copied to clipboard

The ARN of the IAM role that grants access.

Link copied to clipboard

The ARN of the SNS topic.