libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.TableIdentifier

Description

 
Synopsis

Documentation

data TableIdentifier Source #

A structure that describes a target table for resource linking.

See: newTableIdentifier smart constructor.

Constructors

TableIdentifier' 

Fields

Instances

Instances details
Eq TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

Read TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

Show TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

Generic TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

Associated Types

type Rep TableIdentifier :: Type -> Type #

NFData TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

Methods

rnf :: TableIdentifier -> () #

Hashable TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

ToJSON TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

FromJSON TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

type Rep TableIdentifier Source # 
Instance details

Defined in Amazonka.Glue.Types.TableIdentifier

type Rep TableIdentifier = D1 ('MetaData "TableIdentifier" "Amazonka.Glue.Types.TableIdentifier" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "TableIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTableIdentifier :: TableIdentifier Source #

Create a value of TableIdentifier 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:catalogId:TableIdentifier', tableIdentifier_catalogId - The ID of the Data Catalog in which the table resides.

$sel:name:TableIdentifier', tableIdentifier_name - The name of the target table.

$sel:databaseName:TableIdentifier', tableIdentifier_databaseName - The name of the catalog database that contains the target table.

tableIdentifier_catalogId :: Lens' TableIdentifier (Maybe Text) Source #

The ID of the Data Catalog in which the table resides.

tableIdentifier_name :: Lens' TableIdentifier (Maybe Text) Source #

The name of the target table.

tableIdentifier_databaseName :: Lens' TableIdentifier (Maybe Text) Source #

The name of the catalog database that contains the target table.