AWS Glue Crawler SchemaChangePolicy
The
SchemaChangePolicy property type specifies update and delete behaviors for an AWS Glue crawler.
SchemaChangePolicy is a property of the AWS::Glue::Crawler resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "UpdateBehavior" :String, "DeleteBehavior" :String}
YAML
UpdateBehavior:StringDeleteBehavior:String
Properties
For more information, see SchemaChangePolicy Structure in the AWS Glue Developer Guide.
UpdateBehavior-
The update behavior. Valid values are
LOGorUPDATE_IN_DATABASE.Required: No
Type: String
Update requires: No interruption
DeleteBehavior-
The deletion behavior. Valid values are
LOG,DELETE_FROM_DATABASE, orDEPRECATE_IN_DATABASE.Required: No
Type: String
Update requires: No interruption
