| 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.GovernedCatalogTarget
Description
Synopsis
- data GovernedCatalogTarget = GovernedCatalogTarget' {
- partitionKeys :: Maybe [[Text]]
- schemaChangePolicy :: Maybe CatalogSchemaChangePolicy
- name :: Text
- inputs :: NonEmpty Text
- table :: Text
- database :: Text
- newGovernedCatalogTarget :: Text -> NonEmpty Text -> Text -> Text -> GovernedCatalogTarget
- governedCatalogTarget_partitionKeys :: Lens' GovernedCatalogTarget (Maybe [[Text]])
- governedCatalogTarget_schemaChangePolicy :: Lens' GovernedCatalogTarget (Maybe CatalogSchemaChangePolicy)
- governedCatalogTarget_name :: Lens' GovernedCatalogTarget Text
- governedCatalogTarget_inputs :: Lens' GovernedCatalogTarget (NonEmpty Text)
- governedCatalogTarget_table :: Lens' GovernedCatalogTarget Text
- governedCatalogTarget_database :: Lens' GovernedCatalogTarget Text
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
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_name :: Lens' GovernedCatalogTarget Text Source #
The name of the data target.
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.