deleteBehavior

@JvmName(name = "vxikhgpnhgeistvj")
suspend fun deleteBehavior(value: Output<String>)
@JvmName(name = "ctxxtrgwdxfgqpoc")
suspend fun deleteBehavior(value: String?)

Parameters

value

The deletion behavior when the crawler finds a deleted object. A value of LOG specifies that if a table or partition is found to no longer exist, do not delete it, only log that it was found to no longer exist. A value of DELETE_FROM_DATABASE specifies that if a table or partition is found to have been removed, delete it from the database. A value of DEPRECATE_IN_DATABASE specifies that if a table has been found to no longer exist, to add a property to the table that says 'DEPRECATED' and includes a timestamp with the time of deprecation.