Amazon Kinesis Data Analytics Application KinesisStreamsInput
The KinesisStreamsInput property type specifies an Amazon Kinesis stream as the
streaming source for an Amazon Kinesis Data Analytics application.
KinesisStreamsInput 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 Amazon Kinesis stream to read.
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
