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

Description

 
Synopsis

Documentation

data GovernedCatalogSource Source #

Specifies the data store in the governed Glue Data Catalog.

See: newGovernedCatalogSource smart constructor.

Constructors

GovernedCatalogSource' 

Fields

Instances

Instances details
FromJSON GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

ToJSON GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

Generic GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

Associated Types

type Rep GovernedCatalogSource :: Type -> Type #

Read GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

Show GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

NFData GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

Methods

rnf :: GovernedCatalogSource -> () #

Eq GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

Hashable GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

type Rep GovernedCatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.GovernedCatalogSource

type Rep GovernedCatalogSource = D1 ('MetaData "GovernedCatalogSource" "Amazonka.Glue.Types.GovernedCatalogSource" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GovernedCatalogSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "additionalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3SourceAdditionalOptions)) :*: S1 ('MetaSel ('Just "partitionPredicate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGovernedCatalogSource Source #

Create a value of GovernedCatalogSource 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:additionalOptions:GovernedCatalogSource', governedCatalogSource_additionalOptions - Specifies additional connection options.

$sel:partitionPredicate:GovernedCatalogSource', governedCatalogSource_partitionPredicate - Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

$sel:name:GovernedCatalogSource', governedCatalogSource_name - The name of the data store.

$sel:database:GovernedCatalogSource', governedCatalogSource_database - The database to read from.

$sel:table:GovernedCatalogSource', governedCatalogSource_table - The database table to read from.

governedCatalogSource_partitionPredicate :: Lens' GovernedCatalogSource (Maybe Text) Source #

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.