@Stability(value=Stable) @Internal public static final class CfnCrawler.SchemaChangePolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCrawler.SchemaChangePolicyProperty
CfnCrawler.SchemaChangePolicyPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCrawler.SchemaChangePolicyProperty.Builder, CfnCrawler.SchemaChangePolicyProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCrawler.SchemaChangePolicyProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCrawler.CatalogTargetProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDeleteBehavior()
The deletion behavior when the crawler finds a deleted object.
|
String |
getUpdateBehavior()
The update behavior when the crawler finds a changed schema.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCrawler.SchemaChangePolicyProperty.Builder builder)
CfnCrawler.CatalogTargetProperty.Builder.public final String getDeleteBehavior()
CfnCrawler.SchemaChangePolicyProperty
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.
getDeleteBehavior in interface CfnCrawler.SchemaChangePolicyPropertypublic final String getUpdateBehavior()
CfnCrawler.SchemaChangePolicyProperty
A value of LOG specifies that if a table or a partition already exists, and a change is detected, do not update it, only log that a change was detected. Add new tables and new partitions (including on existing tables).
A value of UPDATE_IN_DATABASE specifies that if a table or partition already exists, and a change is detected, update it. Add new tables and partitions.
getUpdateBehavior in interface CfnCrawler.SchemaChangePolicyProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.