AWS::KinesisAnalytics::ApplicationOutput Output - 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::KinesisAnalytics::ApplicationOutput Output

Describes application 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 an Amazon Kinesis stream or an Amazon Kinesis Firehose delivery stream.

For limits on how many destinations an application can write and other limitations, see Limits.

Syntax

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

Properties

DestinationSchema

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

Required: Yes

Type: DestinationSchema

Update requires: No interruption

KinesisFirehoseOutput

Identifies an Amazon Kinesis Firehose delivery stream as the destination.

Required: No

Type: KinesisFirehoseOutput

Update requires: No interruption

KinesisStreamsOutput

Identifies an Amazon Kinesis 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

Name of the in-application stream.

Required: No

Type: String

Minimum: 1

Maximum: 32

Update requires: No interruption