DirectSchemaChangePolicy
A policy that specifies update behavior for the crawler.
Contents
- Database
-
Specifies the database that the schema change policy applies to.
Type: String
Pattern:
([\u0009\u000B\u000C\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF])*
Required: No
- EnableUpdateCatalog
-
Whether to use the specified update behavior when the crawler finds a changed schema.
Type: Boolean
Required: No
- Table
-
Specifies the table in the database that the schema change policy applies to.
Type: String
Pattern:
([\u0009\u000B\u000C\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF])*
Required: No
- UpdateBehavior
-
The update behavior when the crawler finds a changed schema.
Type: String
Valid Values:
UPDATE_IN_DATABASE | LOG
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: