Class CfnCrawlerPropsMixin.DeltaTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin.DeltaTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCrawlerPropsMixin.DeltaTargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrawlerPropsMixin.DeltaTargetProperty
@Stability(Stable)
@Internal
public static final class CfnCrawlerPropsMixin.DeltaTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrawlerPropsMixin.DeltaTargetProperty
An implementation for
CfnCrawlerPropsMixin.DeltaTargetProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin.DeltaTargetProperty
CfnCrawlerPropsMixin.DeltaTargetProperty.Builder, CfnCrawlerPropsMixin.DeltaTargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCrawlerPropsMixin.DeltaTargetProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the connection to use to connect to the Delta table target.final ObjectSpecifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.A list of the Amazon S3 paths to the Delta tables.final ObjectSpecifies whether to write the manifest files to the Delta table path.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCrawlerPropsMixin.DeltaTargetProperty.Builder.
-
-
Method Details
-
getConnectionName
Description copied from interface:CfnCrawlerPropsMixin.DeltaTargetPropertyThe name of the connection to use to connect to the Delta table target.- Specified by:
getConnectionNamein interfaceCfnCrawlerPropsMixin.DeltaTargetProperty- See Also:
-
getCreateNativeDeltaTable
Description copied from interface:CfnCrawlerPropsMixin.DeltaTargetPropertySpecifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.Returns union: either
BooleanorIResolvable- Specified by:
getCreateNativeDeltaTablein interfaceCfnCrawlerPropsMixin.DeltaTargetProperty- See Also:
-
getDeltaTables
Description copied from interface:CfnCrawlerPropsMixin.DeltaTargetPropertyA list of the Amazon S3 paths to the Delta tables.- Specified by:
getDeltaTablesin interfaceCfnCrawlerPropsMixin.DeltaTargetProperty- See Also:
-
getWriteManifest
Description copied from interface:CfnCrawlerPropsMixin.DeltaTargetPropertySpecifies whether to write the manifest files to the Delta table path.Returns union: either
BooleanorIResolvable- Specified by:
getWriteManifestin interfaceCfnCrawlerPropsMixin.DeltaTargetProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-