Values.KinesisFirehoseDestinationSourceAn 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.
type nonrec t = {iamRoleArn : AmazonResourceName.t;The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.
*)deliveryStreamArn : AmazonResourceName.t;The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.
*)}val make :
iamRoleArn:AmazonResourceName.t ->
deliveryStreamArn:AmazonResourceName.t ->
unit ->
t