Class CfnCrawler.IcebergTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnCrawler.IcebergTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCrawler.IcebergTargetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrawler.IcebergTargetProperty
@Stability(Stable)
@Internal
public static final class CfnCrawler.IcebergTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrawler.IcebergTargetProperty
An implementation for
CfnCrawler.IcebergTargetProperty
-
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.IcebergTargetProperty
CfnCrawler.IcebergTargetProperty.Builder, CfnCrawler.IcebergTargetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCrawler.IcebergTargetProperty.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 Iceberg target.A list of global patterns used to exclude from the crawl.final Number
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path.getPaths()
One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix .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.IcebergTargetProperty.Builder
.
-
-
Method Details
-
getConnectionName
Description copied from interface:CfnCrawler.IcebergTargetProperty
The name of the connection to use to connect to the Iceberg target.- Specified by:
getConnectionName
in interfaceCfnCrawler.IcebergTargetProperty
- See Also:
-
getExclusions
Description copied from interface:CfnCrawler.IcebergTargetProperty
A list of global patterns used to exclude from the crawl.- Specified by:
getExclusions
in interfaceCfnCrawler.IcebergTargetProperty
- See Also:
-
getMaximumTraversalDepth
Description copied from interface:CfnCrawler.IcebergTargetProperty
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path.Used to limit the crawler run time.
- Specified by:
getMaximumTraversalDepth
in interfaceCfnCrawler.IcebergTargetProperty
- See Also:
-
getPaths
Description copied from interface:CfnCrawler.IcebergTargetProperty
One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix .- Specified by:
getPaths
in interfaceCfnCrawler.IcebergTargetProperty
- 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()
-