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.MappingEntry

Description

 
Synopsis

Documentation

data MappingEntry Source #

Defines a mapping.

See: newMappingEntry smart constructor.

Constructors

MappingEntry' 

Fields

Instances

Instances details
FromJSON MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

ToJSON MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

Generic MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

Associated Types

type Rep MappingEntry :: Type -> Type #

Read MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

Show MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

NFData MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

Methods

rnf :: MappingEntry -> () #

Eq MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

Hashable MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

type Rep MappingEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.MappingEntry

type Rep MappingEntry = D1 ('MetaData "MappingEntry" "Amazonka.Glue.Types.MappingEntry" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "MappingEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourcePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "targetPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newMappingEntry :: MappingEntry Source #

Create a value of MappingEntry 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:sourcePath:MappingEntry', mappingEntry_sourcePath - The source path.

$sel:sourceTable:MappingEntry', mappingEntry_sourceTable - The name of the source table.

$sel:sourceType:MappingEntry', mappingEntry_sourceType - The source type.

$sel:targetPath:MappingEntry', mappingEntry_targetPath - The target path.

$sel:targetTable:MappingEntry', mappingEntry_targetTable - The target table.

$sel:targetType:MappingEntry', mappingEntry_targetType - The target type.

mappingEntry_sourceTable :: Lens' MappingEntry (Maybe Text) Source #

The name of the source table.