Topic Rule Sns Action Args
data class TopicRuleSnsActionArgs(val messageFormat: Output<String>? = null, val roleArn: Output<String>, val targetArn: Output<String>) : ConvertibleToJava<TopicRuleSnsActionArgs>
Properties
Link copied to clipboard
(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 .