Class CfnCrawler.DeltaTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnCrawler.DeltaTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCrawler.DeltaTargetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrawler.DeltaTargetProperty
@Stability(Stable)
@Internal
public static final class CfnCrawler.DeltaTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrawler.DeltaTargetProperty
An implementation for
CfnCrawler.DeltaTargetProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnCrawler.DeltaTargetProperty
CfnCrawler.DeltaTargetProperty.Builder, CfnCrawler.DeltaTargetProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCrawler.DeltaTargetProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the connection to use to connect to the Delta table target.final Object
Specifies 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 Object
Specifies whether to write the manifest files to the Delta table path.final int
hashCode()
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 theCfnCrawler.DeltaTargetProperty.Builder
.
-
-
Method Details
-
getConnectionName
Description copied from interface:CfnCrawler.DeltaTargetProperty
The name of the connection to use to connect to the Delta table target.- Specified by:
getConnectionName
in interfaceCfnCrawler.DeltaTargetProperty
- See Also:
-
getCreateNativeDeltaTable
Description copied from interface:CfnCrawler.DeltaTargetProperty
Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.- Specified by:
getCreateNativeDeltaTable
in interfaceCfnCrawler.DeltaTargetProperty
- See Also:
-
getDeltaTables
Description copied from interface:CfnCrawler.DeltaTargetProperty
A list of the Amazon S3 paths to the Delta tables.- Specified by:
getDeltaTables
in interfaceCfnCrawler.DeltaTargetProperty
- See Also:
-
getWriteManifest
Description copied from interface:CfnCrawler.DeltaTargetProperty
Specifies whether to write the manifest files to the Delta table path.- Specified by:
getWriteManifest
in interfaceCfnCrawler.DeltaTargetProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-