libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics
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.KinesisAnalytics.Types.SourceSchema

Description

 
Synopsis

Documentation

data SourceSchema Source #

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

See: newSourceSchema smart constructor.

Constructors

SourceSchema' 

Fields

Instances

Instances details
Eq SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

Read SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

Show SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

Generic SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

Associated Types

type Rep SourceSchema :: Type -> Type #

NFData SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

Methods

rnf :: SourceSchema -> () #

Hashable SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

ToJSON SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

FromJSON SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

type Rep SourceSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.SourceSchema

type Rep SourceSchema = D1 ('MetaData "SourceSchema" "Amazonka.KinesisAnalytics.Types.SourceSchema" "libZSservicesZSamazonka-kinesis-analyticsZSamazonka-kinesis-analytics" 'False) (C1 ('MetaCons "SourceSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordEncoding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecordFormat) :*: S1 ('MetaSel ('Just "recordColumns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RecordColumn)))))

newSourceSchema Source #

Create a value of SourceSchema 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:recordEncoding:SourceSchema', sourceSchema_recordEncoding - Specifies the encoding of the records in the streaming source. For example, UTF-8.

$sel:recordFormat:SourceSchema', sourceSchema_recordFormat - Specifies the format of the records on the streaming source.

$sel:recordColumns:SourceSchema', sourceSchema_recordColumns - A list of RecordColumn objects.

sourceSchema_recordEncoding :: Lens' SourceSchema (Maybe Text) Source #

Specifies the encoding of the records in the streaming source. For example, UTF-8.

sourceSchema_recordFormat :: Lens' SourceSchema RecordFormat Source #

Specifies the format of the records on the streaming source.