| 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.CatalogSchemaChangePolicy
Description
Synopsis
- data CatalogSchemaChangePolicy = CatalogSchemaChangePolicy' {}
- newCatalogSchemaChangePolicy :: CatalogSchemaChangePolicy
- catalogSchemaChangePolicy_enableUpdateCatalog :: Lens' CatalogSchemaChangePolicy (Maybe Bool)
- catalogSchemaChangePolicy_updateBehavior :: Lens' CatalogSchemaChangePolicy (Maybe UpdateCatalogBehavior)
Documentation
data CatalogSchemaChangePolicy Source #
A policy that specifies update behavior for the crawler.
See: newCatalogSchemaChangePolicy smart constructor.
Constructors
| CatalogSchemaChangePolicy' | |
Fields
| |
Instances
newCatalogSchemaChangePolicy :: CatalogSchemaChangePolicy Source #
Create a value of CatalogSchemaChangePolicy 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:enableUpdateCatalog:CatalogSchemaChangePolicy', catalogSchemaChangePolicy_enableUpdateCatalog - Whether to use the specified update behavior when the crawler finds a
changed schema.
$sel:updateBehavior:CatalogSchemaChangePolicy', catalogSchemaChangePolicy_updateBehavior - The update behavior when the crawler finds a changed schema.
catalogSchemaChangePolicy_enableUpdateCatalog :: Lens' CatalogSchemaChangePolicy (Maybe Bool) Source #
Whether to use the specified update behavior when the crawler finds a changed schema.
catalogSchemaChangePolicy_updateBehavior :: Lens' CatalogSchemaChangePolicy (Maybe UpdateCatalogBehavior) Source #
The update behavior when the crawler finds a changed schema.