Class CfnCrawlerPropsMixin.CatalogTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin.CatalogTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCrawlerPropsMixin.CatalogTargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrawlerPropsMixin.CatalogTargetProperty
@Stability(Stable)
@Internal
public static final class CfnCrawlerPropsMixin.CatalogTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrawlerPropsMixin.CatalogTargetProperty
An implementation for
CfnCrawlerPropsMixin.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.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin.CatalogTargetProperty
CfnCrawlerPropsMixin.CatalogTargetProperty.Builder, CfnCrawlerPropsMixin.CatalogTargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCrawlerPropsMixin.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 theCfnCrawlerPropsMixin.CatalogTargetProperty.Builder.
-
-
Method Details
-
getConnectionName
Description copied from interface:CfnCrawlerPropsMixin.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 interfaceCfnCrawlerPropsMixin.CatalogTargetProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnCrawlerPropsMixin.CatalogTargetPropertyThe name of the database to be synchronized.- Specified by:
getDatabaseNamein interfaceCfnCrawlerPropsMixin.CatalogTargetProperty- See Also:
-
getDlqEventQueueArn
Description copied from interface:CfnCrawlerPropsMixin.CatalogTargetPropertyA valid Amazon dead-letter SQS ARN.For example,
arn:aws:sqs:region:account:deadLetterQueue.- Specified by:
getDlqEventQueueArnin interfaceCfnCrawlerPropsMixin.CatalogTargetProperty- See Also:
-
getEventQueueArn
Description copied from interface:CfnCrawlerPropsMixin.CatalogTargetPropertyA valid Amazon SQS ARN.For example,
arn:aws:sqs:region:account:sqs.- Specified by:
getEventQueueArnin interfaceCfnCrawlerPropsMixin.CatalogTargetProperty- See Also:
-
getTables
Description copied from interface:CfnCrawlerPropsMixin.CatalogTargetPropertyA list of the tables to be synchronized.- Specified by:
getTablesin interfaceCfnCrawlerPropsMixin.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()
-