class Aws::SES::Types::SNSDestination

Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.

Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html

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

data as a hash:

    {
      topic_arn: "AmazonResourceName", # required
    }

@!attribute [rw] topic_arn

The ARN of the Amazon SNS topic that email sending events will be
published to. An example of an Amazon SNS topic ARN is
`arn:aws:sns:us-west-2:123456789012:MyTopic`. 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/email-2010-12-01/SNSDestination AWS API Documentation

Constants

SENSITIVE