AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PinpointEmail::ConfigurationSetEventDestination

CfnConfigurationSetEventDestination

Create an event destination. In Amazon Pinpoint, *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-pinpointemail';

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnConfigurationSetEventDestinationProps.

configurationSetNameRequired
string

The name of the configuration set that contains the event destination that you want to modify.

eventDestinationNameRequired
string

The name of the event destination that you want to modify.

eventDestinationOptional
IResolvable | EventDestinationProperty

An object that defines the event destination.

CloudFormation Resource

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

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-pinpointemail
CFN TypeAWS::PinpointEmail::ConfigurationSetEventDestination
Properties3

External Links