AWS::KinesisAnalyticsV2::ApplicationOutput KinesisFirehoseOutput - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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