ConfigurationSetEventDestinationSnsDestinationArgs

data class ConfigurationSetEventDestinationSnsDestinationArgs(val topicArn: Output<String>) : ConvertibleToJava<ConfigurationSetEventDestinationSnsDestinationArgs>

An object that contains SNS topic ARN associated event destination.

Constructors

constructor(topicArn: Output<String>)

Properties

Link copied to clipboard
val topicArn: Output<String>

The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic by using the ListTopics Amazon SNS operation. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .

Functions

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