Method: Aws::SES::Types::StopAction#topic_arn

Defined in:
lib/aws-sdk-ses/types.rb

#topic_arnString

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. 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



4886
4887
4888
4889
4890
4891
# File 'lib/aws-sdk-ses/types.rb', line 4886

class StopAction < Struct.new(
  :scope,
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end