After careful consideration, we have decided to discontinue Amazon Kinesis Data Analytics for SQL applications in two steps:
1. From October 15, 2025, you will not be able to create new Kinesis Data Analytics for SQL applications.
2. We will delete your applications starting January 27, 2026. You will not be able to start or operate your Amazon Kinesis Data Analytics for SQL applications. Support will no longer be available for Amazon Kinesis Data Analytics for SQL from that time. For more information, see Amazon Kinesis Data Analytics for SQL Applications discontinuation.
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.
Contents
- DestinationSchema
-
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
Type: DestinationSchema object
Required: Yes
- Name
-
Name of the in-application stream.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Required: Yes
- KinesisFirehoseOutput
-
Identifies an Amazon Kinesis Firehose delivery stream as the destination.
Type: KinesisFirehoseOutput object
Required: No
- KinesisStreamsOutput
-
Identifies an Amazon Kinesis stream as the destination.
Type: KinesisStreamsOutput object
Required: No
- LambdaOutput
-
Identifies an AWS Lambda function as the destination.
Type: LambdaOutput object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: