AWS::SES::ConfigurationSetEventDestination KinesisFirehoseDestination - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::ConfigurationSetEventDestination KinesisFirehoseDestination

Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DeliveryStreamARN" : String, "IAMRoleARN" : String }

YAML

DeliveryStreamARN: String IAMRoleARN: String

Properties

DeliveryStreamARN

The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

Required: Yes

Type: String

Update requires: No interruption

IAMRoleARN

The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

Required: Yes

Type: String

Update requires: No interruption