amazonka-kinesis-analytics-2.0: Amazon Kinesis Analytics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KinesisAnalytics.Types.DestinationSchema

Description

 
Synopsis

Documentation

data DestinationSchema Source #

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

See: newDestinationSchema smart constructor.

Constructors

DestinationSchema' 

Fields

Instances

Instances details
FromJSON DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

ToJSON DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

Generic DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

Associated Types

type Rep DestinationSchema :: Type -> Type #

Read DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

Show DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

NFData DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

Methods

rnf :: DestinationSchema -> () #

Eq DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

Hashable DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

type Rep DestinationSchema Source # 
Instance details

Defined in Amazonka.KinesisAnalytics.Types.DestinationSchema

type Rep DestinationSchema = D1 ('MetaData "DestinationSchema" "Amazonka.KinesisAnalytics.Types.DestinationSchema" "amazonka-kinesis-analytics-2.0-7I8X2DEyFUlG6TCxCRLiwg" 'False) (C1 ('MetaCons "DestinationSchema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recordFormatType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecordFormatType)))

newDestinationSchema Source #

Create a value of DestinationSchema 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:recordFormatType:DestinationSchema', destinationSchema_recordFormatType - Specifies the format of the records on the output stream.

destinationSchema_recordFormatType :: Lens' DestinationSchema RecordFormatType Source #

Specifies the format of the records on the output stream.