Method: Aws::SES::Types::SNSDestination#topic_arn
- Defined in:
- lib/aws-sdk-ses/types.rb
#topic_arn ⇒ 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].
[1]: docs.aws.amazon.com/sns/latest/api/API_ListTopics.html [2]: docs.aws.amazon.com/sns/latest/dg/CreateTopic.html
3739 3740 3741 3742 3743 |
# File 'lib/aws-sdk-ses/types.rb', line 3739 class SNSDestination < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |