Amazon Kinesis Data Analytics ApplicationOutput KinesisStreamsOutput
The KinesisStreamsOutput property type specifies an Amazon Kinesis stream as
the destination when you are configuring application output.
KinesisStreamsOutput 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 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
