amazonka-kinesis-firehose-2.0: Amazon Kinesis Firehose 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.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
FromJSON OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

ToJSON 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 #

Read OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Show OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

NFData OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Eq OutputFormatConfiguration Source # 
Instance details

Defined in Amazonka.Firehose.Types.OutputFormatConfiguration

Hashable 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" "amazonka-kinesis-firehose-2.0-6l1hHmh2UnHBvolxuQFkWB" '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.