Values_0.DirectSchemaChangePolicySourceA policy that specifies update behavior for the crawler.
type nonrec t = {enableUpdateCatalog : BoxedBoolean.t option;Whether to use the specified update behavior when the crawler finds a changed schema.
*)updateBehavior : UpdateCatalogBehavior.t option;The update behavior when the crawler finds a changed schema.
*)table : EnclosedInStringProperty.t option;Specifies the table in the database that the schema change policy applies to.
*)database : EnclosedInStringProperty.t option;Specifies the database that the schema change policy applies to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `String of EnclosedInStringProperty.t ])
list ]