Values.KinesisFirehoseDestinationSourceAn object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
type nonrec t = {deliveryStreamArn : String_.t option;The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
*)iamRoleArn : String_.t option;The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.
*)}