TopicRuleErrorActionSnsArgs

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

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

The message format of the message to publish. Accepted values are "JSON" and "RAW".

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(): TopicRuleErrorActionSnsArgs