class Aws::Glue::Types::SchemaChangePolicy
A policy that specifies update and deletion behaviors for the crawler.
@note When making an API call, you may pass SchemaChangePolicy
data as a hash: { update_behavior: "LOG", # accepts LOG, UPDATE_IN_DATABASE delete_behavior: "LOG", # accepts LOG, DELETE_FROM_DATABASE, DEPRECATE_IN_DATABASE }
@!attribute [rw] update_behavior
The update behavior when the crawler finds a changed schema. @return [String]
@!attribute [rw] delete_behavior
The deletion behavior when the crawler finds a deleted object. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/SchemaChangePolicy AWS API Documentation
Constants
- SENSITIVE