AWS::PinpointEmail::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::PinpointEmail::ConfigurationSetEventDestination KinesisFirehoseDestination

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

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 Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

Required: Yes

Type: String

Update requires: No interruption

IamRoleArn

The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

Required: Yes

Type: String

Update requires: No interruption