TopicRuleErrorActionSns

data class TopicRuleErrorActionSns(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

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

Link copied to clipboard

The ARN of the IAM role that grants access.

Link copied to clipboard

The ARN of the SNS topic.