AWS::KinesisAnalyticsV2::ApplicationOutput Output - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::KinesisAnalyticsV2::ApplicationOutput Output

Describes a SQL-based Kinesis Data Analytics application's output configuration, in which you identify an in-application stream and a destination where you want the in-application stream data to be written. The destination can be a Kinesis data stream or a Kinesis Data Firehose delivery stream.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

DestinationSchema

Describes the data format when records are written to the destination.

Required: Yes

Type: DestinationSchema

Update requires: No interruption

KinesisFirehoseOutput

Identifies a Kinesis Data Firehose delivery stream as the destination.

Required: No

Type: KinesisFirehoseOutput

Update requires: No interruption

KinesisStreamsOutput

Identifies a Kinesis data stream as the destination.

Required: No

Type: KinesisStreamsOutput

Update requires: No interruption

LambdaOutput

Identifies an Amazon Lambda function as the destination.

Required: No

Type: LambdaOutput

Update requires: No interruption

Name

The name of the in-application stream.

Required: No

Type: String

Pattern: [^-\s<>&]*

Minimum: 1

Maximum: 32

Update requires: No interruption

See also

  • Output in the Amazon Kinesis Data Analytics API Reference