libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose
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.Firehose.Types.OutputFormatConfiguration

Description

 
Synopsis

Documentation

data OutputFormatConfiguration Source #

Specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data before it writes it to Amazon S3. This parameter is required if Enabled is set to true.

See: newOutputFormatConfiguration smart constructor.

Constructors

OutputFormatConfiguration' 

Fields

  • serializer :: Maybe Serializer

    Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

Instances

Instances details
Eq OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Read OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Show OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Generic OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Associated Types

type Rep OutputFormatConfiguration :: Type -> Type #

NFData OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Hashable OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

ToJSON OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

FromJSON OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

type Rep OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

type Rep OutputFormatConfiguration = D1 ('MetaData "OutputFormatConfiguration" "Amazonka.Firehose.Types.OutputFormatConfiguration" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "OutputFormatConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serializer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Serializer))))

newOutputFormatConfiguration :: OutputFormatConfiguration Source #

Create a value of OutputFormatConfiguration 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:serializer:OutputFormatConfiguration', outputFormatConfiguration_serializer - Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

outputFormatConfiguration_serializer :: Lens' OutputFormatConfiguration (Maybe Serializer) Source #

Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.