| 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.GovernedCatalogSource
Description
Synopsis
- data GovernedCatalogSource = GovernedCatalogSource' {}
- newGovernedCatalogSource :: Text -> Text -> Text -> GovernedCatalogSource
- governedCatalogSource_additionalOptions :: Lens' GovernedCatalogSource (Maybe S3SourceAdditionalOptions)
- governedCatalogSource_partitionPredicate :: Lens' GovernedCatalogSource (Maybe Text)
- governedCatalogSource_name :: Lens' GovernedCatalogSource Text
- governedCatalogSource_database :: Lens' GovernedCatalogSource Text
- governedCatalogSource_table :: Lens' GovernedCatalogSource Text
Documentation
data GovernedCatalogSource Source #
Specifies the data store in the governed Glue Data Catalog.
See: newGovernedCatalogSource smart constructor.
Constructors
| GovernedCatalogSource' | |
Fields
| |
Instances
newGovernedCatalogSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> GovernedCatalogSource |
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_additionalOptions :: Lens' GovernedCatalogSource (Maybe S3SourceAdditionalOptions) Source #
Specifies additional connection options.
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.
governedCatalogSource_name :: Lens' GovernedCatalogSource Text Source #
The name of the data store.
governedCatalogSource_database :: Lens' GovernedCatalogSource Text Source #
The database to read from.
governedCatalogSource_table :: Lens' GovernedCatalogSource Text Source #
The database table to read from.