Amazon Kinesis Data Analytics Application KinesisFirehoseInput
The KinesisFirehoseInput property type identifies an Amazon Kinesis Data Firehose delivery
stream as the streaming source for an Amazon Kinesis Data Analytics application.
KinesisFirehoseInput is a property of the Input 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 input Kinesis Data Firehose delivery stream.
Required: Yes
Type: String
Update requires: No interruption
RoleARN-
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream on your behalf.
Required: Yes
Type: String
Update requires: No interruption
