AWS::KinesisAnalyticsV2::ApplicationOutput KinesisFirehoseOutput
For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) of the delivery stream.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ResourceARN" :
String
}
YAML
ResourceARN:
String
Properties
ResourceARN
-
The ARN of the destination delivery stream to write to.
Required: Yes
Type: String
Pattern:
arn:.*
Minimum:
1
Maximum:
2048
Update requires: No interruption
See also
-
KinesisFirehoseOutput in the Amazon Kinesis Data Analytics API Reference