Class CfnCrawlerPropsMixin.S3TargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin.S3TargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCrawlerPropsMixin.S3TargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCrawlerPropsMixin.S3TargetProperty
@Stability(Stable)
@Internal
public static final class CfnCrawlerPropsMixin.S3TargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCrawlerPropsMixin.S3TargetProperty
An implementation for
CfnCrawlerPropsMixin.S3TargetProperty-
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.S3TargetProperty
CfnCrawlerPropsMixin.S3TargetProperty.Builder, CfnCrawlerPropsMixin.S3TargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCrawlerPropsMixin.S3TargetProperty.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 a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).final ObjectA valid Amazon dead-letter SQS ARN.final ObjectA valid Amazon SQS ARN.A list of glob patterns used to exclude from the crawl.final ObjectgetPath()The path to the Amazon S3 target.final NumberSets the number of files in each leaf folder to be crawled when crawling sample files in a dataset.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.S3TargetProperty.Builder.
-
-
Method Details
-
getConnectionName
Description copied from interface:CfnCrawlerPropsMixin.S3TargetPropertyThe name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).- Specified by:
getConnectionNamein interfaceCfnCrawlerPropsMixin.S3TargetProperty- See Also:
-
getDlqEventQueueArn
Description copied from interface:CfnCrawlerPropsMixin.S3TargetPropertyA valid Amazon dead-letter SQS ARN.For example,
arn:aws:sqs:region:account:deadLetterQueue.- Specified by:
getDlqEventQueueArnin interfaceCfnCrawlerPropsMixin.S3TargetProperty- See Also:
-
getEventQueueArn
Description copied from interface:CfnCrawlerPropsMixin.S3TargetPropertyA valid Amazon SQS ARN.For example,
arn:aws:sqs:region:account:sqs.- Specified by:
getEventQueueArnin interfaceCfnCrawlerPropsMixin.S3TargetProperty- See Also:
-
getExclusions
Description copied from interface:CfnCrawlerPropsMixin.S3TargetPropertyA list of glob patterns used to exclude from the crawl.For more information, see Catalog Tables with a Crawler .
- Specified by:
getExclusionsin interfaceCfnCrawlerPropsMixin.S3TargetProperty- See Also:
-
getPath
Description copied from interface:CfnCrawlerPropsMixin.S3TargetPropertyThe path to the Amazon S3 target.Returns union: either
StringorIBucketRef- Specified by:
getPathin interfaceCfnCrawlerPropsMixin.S3TargetProperty- See Also:
-
getSampleSize
Description copied from interface:CfnCrawlerPropsMixin.S3TargetPropertySets the number of files in each leaf folder to be crawled when crawling sample files in a dataset.If not set, all the files are crawled. A valid value is an integer between 1 and 249.
- Specified by:
getSampleSizein interfaceCfnCrawlerPropsMixin.S3TargetProperty- 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()
-