interface StopActionConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.StopActionConfig |
![]() | software.amazon.awscdk.services.ses.StopActionConfig |
![]() | aws_cdk.aws_ses.StopActionConfig |
![]() | @aws-cdk/aws-ses » StopActionConfig |
StopAction configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ses from '@aws-cdk/aws-ses';
const stopActionConfig: ses.StopActionConfig = {
scope: 'scope',
// the properties below are optional
topicArn: 'topicArn',
};
Properties
Name | Type | Description |
---|---|---|
scope | string | The scope of the StopAction. |
topic | string | The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. |
scope
Type:
string
The scope of the StopAction.
The only acceptable value is RuleSet.
topicArn?
Type:
string
(optional, default: No notification is sent to SNS.)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.