Amazon Kinesis Data Analytics ApplicationOutput KinesisFirehoseOutput
The KinesisFirehoseOutput property type specifies an Amazon Kinesis Data Firehose delivery
stream as the destination when you are configuring application output.
KinesisFirehoseOutput is a property of the Output property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ResourceARN" :String, "RoleARN" :String}
YAML
ResourceARN:StringRoleARN:String
Properties
ResourceARN-
The Amazon Resource Name (ARN) of the destination Amazon Kinesis Data Firehose delivery stream to write to.
Required: Yes
Type: String
Update requires: No interruption
RoleARN-
The ARN of the IAM role that Amazon Kinesis Data Analytics can assume to write to the destination stream on your behalf.
Required: Yes
Type: String
Update requires: No interruption
