AWS::KinesisAnalyticsV2::Application SqlApplicationConfiguration - 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::Application SqlApplicationConfiguration

Describes the inputs, outputs, and reference data sources for a SQL-based Kinesis Data Analytics application.

Syntax

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

JSON

{ "Inputs" : [ Input, ... ] }

YAML

Inputs: - Input

Properties

Inputs

The array of Input objects describing the input streams used by the application.

Required: No

Type: Array of Input

Maximum: 1

Update requires: No interruption

See also