amazonka-glue-2.0: Amazon Glue 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.Glue.Types.NullValueField

Description

 
Synopsis

Documentation

data NullValueField Source #

Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.

See: newNullValueField smart constructor.

Constructors

NullValueField' 

Fields

Instances

Instances details
FromJSON NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

ToJSON NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

Generic NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

Associated Types

type Rep NullValueField :: Type -> Type #

Read NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

Show NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

NFData NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

Methods

rnf :: NullValueField -> () #

Eq NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

Hashable NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

type Rep NullValueField Source # 
Instance details

Defined in Amazonka.Glue.Types.NullValueField

type Rep NullValueField = D1 ('MetaData "NullValueField" "Amazonka.Glue.Types.NullValueField" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "NullValueField'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "datatype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Datatype)))

newNullValueField Source #

Create a value of NullValueField 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:value:NullValueField', nullValueField_value - The value of the null placeholder.

$sel:datatype:NullValueField', nullValueField_datatype - The datatype of the value.

nullValueField_value :: Lens' NullValueField Text Source #

The value of the null placeholder.