AWS::SES::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 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 Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.
Required: Yes
Type: String
Update requires: No interruption