| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.S3CatalogSource
Description
Synopsis
- data S3CatalogSource = S3CatalogSource' {}
- newS3CatalogSource :: Text -> Text -> Text -> S3CatalogSource
- s3CatalogSource_additionalOptions :: Lens' S3CatalogSource (Maybe S3SourceAdditionalOptions)
- s3CatalogSource_partitionPredicate :: Lens' S3CatalogSource (Maybe Text)
- s3CatalogSource_name :: Lens' S3CatalogSource Text
- s3CatalogSource_database :: Lens' S3CatalogSource Text
- s3CatalogSource_table :: Lens' S3CatalogSource Text
Documentation
data S3CatalogSource Source #
Specifies an Amazon S3 data store in the Glue Data Catalog.
See: newS3CatalogSource smart constructor.
Constructors
| S3CatalogSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> S3CatalogSource |
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_additionalOptions :: Lens' S3CatalogSource (Maybe S3SourceAdditionalOptions) Source #
Specifies additional connection options.
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_database :: Lens' S3CatalogSource Text Source #
The database to read from.
s3CatalogSource_table :: Lens' S3CatalogSource Text Source #
The database table to read from.