AWS::SES::ConfigurationSetEventDestinationSpecifies a configuration set event destination. *Events* include message sends, deliveries, opens, clicks, bounces, and complaints. *Event destinations* are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage. A single configuration set can include more than one event destination.
import { CfnConfigurationSetEventDestination } from 'aws-cdk-lib/aws-ses';Or use the module namespace:
import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnConfigurationSetEventDestinationConfiguration passed to the constructor as CfnConfigurationSetEventDestinationProps.
configurationSetNameRequiredstring | IConfigurationSetRefThe name of the configuration set that contains the event destination.
eventDestinationRequiredIResolvable | EventDestinationPropertyAn object that defines the event destination.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon SES on one page. HD quality, print-friendly.
Download Free Infographicaws-sesAWS::SES::ConfigurationSetEventDestination