TopicRuleSnsActionArgs

data class TopicRuleSnsActionArgs(val messageFormat: Output<String>? = null, val roleArn: Output<String>, val targetArn: Output<String>) : ConvertibleToJava<TopicRuleSnsActionArgs>

Constructors

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

Properties

Link copied to clipboard
val messageFormat: Output<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
val roleArn: Output<String>

The ARN of the IAM role that grants access.

Link copied to clipboard
val targetArn: Output<String>

The ARN of the SNS topic.

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleSnsActionArgs