EventDestinationSnsDestinationArgs

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

Constructors

Link copied to clipboard
constructor(topicArn: Output<String>)

Properties

Link copied to clipboard
val topicArn: Output<String>

The ARN of the SNS topic

Functions

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