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 AWS 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