class Aws::SES::Types::StopAction

When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about setting a stop action in a receipt rule, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-action-stop.html

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

data as a hash:

    {
      scope: "RuleSet", # required, accepts RuleSet
      topic_arn: "AmazonResourceName",
    }

@!attribute [rw] scope

The scope of the StopAction. The only acceptable value is `RuleSet`.
@return [String]

@!attribute [rw] topic_arn

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

Constants

SENSITIVE