| 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.DirectSchemaChangePolicy
Description
Synopsis
- data DirectSchemaChangePolicy = DirectSchemaChangePolicy' {}
- newDirectSchemaChangePolicy :: DirectSchemaChangePolicy
- directSchemaChangePolicy_database :: Lens' DirectSchemaChangePolicy (Maybe Text)
- directSchemaChangePolicy_enableUpdateCatalog :: Lens' DirectSchemaChangePolicy (Maybe Bool)
- directSchemaChangePolicy_table :: Lens' DirectSchemaChangePolicy (Maybe Text)
- directSchemaChangePolicy_updateBehavior :: Lens' DirectSchemaChangePolicy (Maybe UpdateCatalogBehavior)
Documentation
data DirectSchemaChangePolicy Source #
A policy that specifies update behavior for the crawler.
See: newDirectSchemaChangePolicy smart constructor.
Constructors
| DirectSchemaChangePolicy' | |
Fields
| |
Instances
newDirectSchemaChangePolicy :: DirectSchemaChangePolicy Source #
Create a value of DirectSchemaChangePolicy 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:database:DirectSchemaChangePolicy', directSchemaChangePolicy_database - Specifies the database that the schema change policy applies to.
$sel:enableUpdateCatalog:DirectSchemaChangePolicy', directSchemaChangePolicy_enableUpdateCatalog - Whether to use the specified update behavior when the crawler finds a
changed schema.
$sel:table:DirectSchemaChangePolicy', directSchemaChangePolicy_table - Specifies the table in the database that the schema change policy
applies to.
$sel:updateBehavior:DirectSchemaChangePolicy', directSchemaChangePolicy_updateBehavior - The update behavior when the crawler finds a changed schema.
directSchemaChangePolicy_database :: Lens' DirectSchemaChangePolicy (Maybe Text) Source #
Specifies the database that the schema change policy applies to.
directSchemaChangePolicy_enableUpdateCatalog :: Lens' DirectSchemaChangePolicy (Maybe Bool) Source #
Whether to use the specified update behavior when the crawler finds a changed schema.
directSchemaChangePolicy_table :: Lens' DirectSchemaChangePolicy (Maybe Text) Source #
Specifies the table in the database that the schema change policy applies to.
directSchemaChangePolicy_updateBehavior :: Lens' DirectSchemaChangePolicy (Maybe UpdateCatalogBehavior) Source #
The update behavior when the crawler finds a changed schema.