libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

Description

 
Synopsis

Documentation

data SqlApplicationConfiguration Source #

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

See: newSqlApplicationConfiguration smart constructor.

Constructors

SqlApplicationConfiguration' 

Fields

Instances

Instances details
Eq SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

Read SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

Show SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

Generic SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

Associated Types

type Rep SqlApplicationConfiguration :: Type -> Type #

NFData SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

Hashable SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

ToJSON SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

type Rep SqlApplicationConfiguration Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration

type Rep SqlApplicationConfiguration = D1 ('MetaData "SqlApplicationConfiguration" "Amazonka.KinesisAnalyticsV2.Types.SqlApplicationConfiguration" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "SqlApplicationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Input])) :*: (S1 ('MetaSel ('Just "referenceDataSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReferenceDataSource])) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Output])))))

newSqlApplicationConfiguration :: SqlApplicationConfiguration Source #

Create a value of SqlApplicationConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputs:SqlApplicationConfiguration', sqlApplicationConfiguration_inputs - The array of Input objects describing the input streams used by the application.

$sel:referenceDataSources:SqlApplicationConfiguration', sqlApplicationConfiguration_referenceDataSources - The array of ReferenceDataSource objects describing the reference data sources used by the application.

$sel:outputs:SqlApplicationConfiguration', sqlApplicationConfiguration_outputs - The array of Output objects describing the destination streams used by the application.

sqlApplicationConfiguration_inputs :: Lens' SqlApplicationConfiguration (Maybe [Input]) Source #

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

sqlApplicationConfiguration_referenceDataSources :: Lens' SqlApplicationConfiguration (Maybe [ReferenceDataSource]) Source #

The array of ReferenceDataSource objects describing the reference data sources used by the application.

sqlApplicationConfiguration_outputs :: Lens' SqlApplicationConfiguration (Maybe [Output]) Source #

The array of Output objects describing the destination streams used by the application.