AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SES::ConfigurationSetEventDestination

CfnConfigurationSetEventDestination

Specifies 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

import { CfnConfigurationSetEventDestination } from 'aws-cdk-lib/aws-ses';

Or use the module namespace:

import * as ses from 'aws-cdk-lib/aws-ses';
// ses.CfnConfigurationSetEventDestination

Properties

Configuration passed to the constructor as CfnConfigurationSetEventDestinationProps.

configurationSetNameRequired
string | IConfigurationSetRef

The name of the configuration set that contains the event destination.

eventDestinationRequired
IResolvable | EventDestinationProperty

An object that defines the event destination.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon SES Cheat Sheet

Everything you need to know about Amazon SES on one page. HD quality, print-friendly.

Download Free Infographic