AWS::KinesisAnalytics::ApplicationOutput Output - AWS CloudFormation

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