Class CfnCrawler.CatalogTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnCrawler.CatalogTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCrawler.CatalogTargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrawler.CatalogTargetProperty
@Stability(Stable)
@Internal
public static final class CfnCrawler.CatalogTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrawler.CatalogTargetProperty
An implementation for
CfnCrawler.CatalogTargetProperty-
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.services.glue.CfnCrawler.CatalogTargetProperty
CfnCrawler.CatalogTargetProperty.Builder, CfnCrawler.CatalogTargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCrawler.CatalogTargetProperty.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 for an Amazon S3-backed Data Catalog table to be a target of the crawl when using aCatalogconnection type paired with aNETWORKConnection type.final StringThe name of the database to be synchronized.final StringA valid Amazon dead-letter SQS ARN.final StringA valid Amazon SQS ARN.A list of the tables to be synchronized.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 theCfnCrawler.CatalogTargetProperty.Builder.
-
-
Method Details
-
getConnectionName
Description copied from interface:CfnCrawler.CatalogTargetPropertyThe name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using aCatalogconnection type paired with aNETWORKConnection type.- Specified by:
getConnectionNamein interfaceCfnCrawler.CatalogTargetProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnCrawler.CatalogTargetPropertyThe name of the database to be synchronized.- Specified by:
getDatabaseNamein interfaceCfnCrawler.CatalogTargetProperty- See Also:
-
getDlqEventQueueArn
Description copied from interface:CfnCrawler.CatalogTargetPropertyA valid Amazon dead-letter SQS ARN.For example,
arn:aws:sqs:region:account:deadLetterQueue.- Specified by:
getDlqEventQueueArnin interfaceCfnCrawler.CatalogTargetProperty- See Also:
-
getEventQueueArn
Description copied from interface:CfnCrawler.CatalogTargetPropertyA valid Amazon SQS ARN.For example,
arn:aws:sqs:region:account:sqs.- Specified by:
getEventQueueArnin interfaceCfnCrawler.CatalogTargetProperty- See Also:
-
getTables
Description copied from interface:CfnCrawler.CatalogTargetPropertyA list of the tables to be synchronized.- Specified by:
getTablesin interfaceCfnCrawler.CatalogTargetProperty- 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()
-