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

Description

 
Synopsis

Documentation

data S3CatalogSource Source #

Specifies an Amazon S3 data store in the Glue Data Catalog.

See: newS3CatalogSource smart constructor.

Constructors

S3CatalogSource' 

Fields

Instances

Instances details
FromJSON S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

ToJSON S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

Generic S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

Associated Types

type Rep S3CatalogSource :: Type -> Type #

Read S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

Show S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

NFData S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

Methods

rnf :: S3CatalogSource -> () #

Eq S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

Hashable S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

type Rep S3CatalogSource Source # 
Instance details

Defined in Amazonka.Glue.Types.S3CatalogSource

type Rep S3CatalogSource = D1 ('MetaData "S3CatalogSource" "Amazonka.Glue.Types.S3CatalogSource" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "S3CatalogSource'" '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)))))

newS3CatalogSource Source #

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

$sel:partitionPredicate:S3CatalogSource', s3CatalogSource_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:S3CatalogSource', s3CatalogSource_name - The name of the data store.

$sel:database:S3CatalogSource', s3CatalogSource_database - The database to read from.

$sel:table:S3CatalogSource', s3CatalogSource_table - The database table to read from.

s3CatalogSource_partitionPredicate :: Lens' S3CatalogSource (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.

s3CatalogSource_name :: Lens' S3CatalogSource Text Source #

The name of the data store.

s3CatalogSource_table :: Lens' S3CatalogSource Text Source #

The database table to read from.