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

Description

 
Synopsis

Documentation

data GovernedCatalogTarget Source #

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

See: newGovernedCatalogTarget smart constructor.

Constructors

GovernedCatalogTarget' 

Fields

Instances

Instances details
FromJSON GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

ToJSON GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

Generic GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

Associated Types

type Rep GovernedCatalogTarget :: Type -> Type #

Read GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

Show GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

NFData GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

Methods

rnf :: GovernedCatalogTarget -> () #

Eq GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

Hashable GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

type Rep GovernedCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogTarget

type Rep GovernedCatalogTarget = D1 ('MetaData "GovernedCatalogTarget" "Amazonka.Glue.Types.GovernedCatalogTarget" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GovernedCatalogTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "partitionKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[Text]])) :*: (S1 ('MetaSel ('Just "schemaChangePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CatalogSchemaChangePolicy)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: (S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGovernedCatalogTarget Source #

Create a value of GovernedCatalogTarget 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:partitionKeys:GovernedCatalogTarget', governedCatalogTarget_partitionKeys - Specifies native partitioning using a sequence of keys.

$sel:schemaChangePolicy:GovernedCatalogTarget', governedCatalogTarget_schemaChangePolicy - A policy that specifies update behavior for the governed catalog.

$sel:name:GovernedCatalogTarget', governedCatalogTarget_name - The name of the data target.

$sel:inputs:GovernedCatalogTarget', governedCatalogTarget_inputs - The nodes that are inputs to the data target.

$sel:table:GovernedCatalogTarget', governedCatalogTarget_table - The name of the table in the database to write to.

$sel:database:GovernedCatalogTarget', governedCatalogTarget_database - The name of the database to write to.

governedCatalogTarget_partitionKeys :: Lens' GovernedCatalogTarget (Maybe [[Text]]) Source #

Specifies native partitioning using a sequence of keys.

governedCatalogTarget_schemaChangePolicy :: Lens' GovernedCatalogTarget (Maybe CatalogSchemaChangePolicy) Source #

A policy that specifies update behavior for the governed catalog.

governedCatalogTarget_inputs :: Lens' GovernedCatalogTarget (NonEmpty Text) Source #

The nodes that are inputs to the data target.

governedCatalogTarget_table :: Lens' GovernedCatalogTarget Text Source #

The name of the table in the database to write to.

governedCatalogTarget_database :: Lens' GovernedCatalogTarget Text Source #

The name of the database to write to.