class Aws::SESV2::Types::SnsDestination

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

@note When making an API call, you may pass SnsDestination

data as a hash:

    {
      topic_arn: "AmazonResourceName", # required
    }

@!attribute [rw] topic_arn

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want
to publish email events to. For more information about Amazon SNS
topics, see the [Amazon SNS Developer Guide][1].

[1]: https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SnsDestination AWS API Documentation

Constants

SENSITIVE