interface StopProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.Actions.StopProps |
![]() | software.amazon.awscdk.services.ses.actions.StopProps |
![]() | aws_cdk.aws_ses_actions.StopProps |
![]() | @aws-cdk/aws-ses-actions » StopProps |
Construction properties for a stop action.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ses_actions from '@aws-cdk/aws-ses-actions';
import * as sns from '@aws-cdk/aws-sns';
declare const topic: sns.Topic;
const stopProps: ses_actions.StopProps = {
topic: topic,
};
Properties
Name | Type | Description |
---|---|---|
topic? | ITopic | The SNS topic to notify when the stop action is taken. |
topic?
Type:
ITopic
(optional)
The SNS topic to notify when the stop action is taken.