This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::PinpointEmail::ConfigurationSetEventDestination
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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::PinpointEmail::ConfigurationSetEventDestination", "Properties" : { "ConfigurationSetName" :String, "EventDestination" :EventDestination, "EventDestinationName" :String} }
YAML
Type: AWS::PinpointEmail::ConfigurationSetEventDestination Properties: ConfigurationSetName:StringEventDestination:EventDestinationEventDestinationName:String
Properties
- ConfigurationSetName
- 
                    The name of the configuration set that contains the event destination that you want to modify. Required: Yes Type: String Update requires: Replacement 
- EventDestination
- 
                    An object that defines the event destination. Required: No Type: EventDestination Update requires: No interruption 
- EventDestinationName
- 
                    The name of the event destination that you want to modify. Required: Yes Type: String Update requires: Replacement 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource name. For example:
                        { "Ref": "myEventDestination" }
                    
For the Amazon Pinpoint event destination myEventDestination, Ref returns the
      name of the configuration set event destination.
For more information about using the Ref function, see Ref.