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

Description

 
Synopsis

Documentation

data DataQualityTargetTable Source #

An object representing an Glue table.

See: newDataQualityTargetTable smart constructor.

Constructors

DataQualityTargetTable' 

Fields

Instances

Instances details
FromJSON DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

ToJSON DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

Generic DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

Associated Types

type Rep DataQualityTargetTable :: Type -> Type #

Read DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

Show DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

NFData DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

Methods

rnf :: DataQualityTargetTable -> () #

Eq DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

Hashable DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

type Rep DataQualityTargetTable Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityTargetTable

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

newDataQualityTargetTable Source #

Create a value of DataQualityTargetTable 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:tableName:DataQualityTargetTable', dataQualityTargetTable_tableName - The name of the Glue table.

$sel:databaseName:DataQualityTargetTable', dataQualityTargetTable_databaseName - The name of the database where the Glue table exists.

dataQualityTargetTable_databaseName :: Lens' DataQualityTargetTable Text Source #

The name of the database where the Glue table exists.