Class CfnCrawlerPropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:59.684Z")
@Stability(Stable)
public class CfnCrawlerPropsMixin
extends Mixin
implements software.constructs.IMixin
The
AWS::Glue::Crawler resource specifies an AWS Glue crawler.
For more information, see Cataloging Tables with a Crawler and Crawler Structure in the AWS Glue Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.glue.*;
import software.amazon.awscdk.*;
IMergeStrategy mergeStrategy;
Object tags;
CfnCrawlerPropsMixin cfnCrawlerPropsMixin = CfnCrawlerPropsMixin.Builder.create(CfnCrawlerMixinProps.builder()
.classifiers(List.of("classifiers"))
.configuration("configuration")
.crawlerSecurityConfiguration("crawlerSecurityConfiguration")
.databaseName("databaseName")
.description("description")
.lakeFormationConfiguration(LakeFormationConfigurationProperty.builder()
.accountId("accountId")
.useLakeFormationCredentials(false)
.build())
.name("name")
.recrawlPolicy(RecrawlPolicyProperty.builder()
.recrawlBehavior("recrawlBehavior")
.build())
.role("role")
.schedule(ScheduleProperty.builder()
.scheduleExpression("scheduleExpression")
.build())
.schemaChangePolicy(SchemaChangePolicyProperty.builder()
.deleteBehavior("deleteBehavior")
.updateBehavior("updateBehavior")
.build())
.tablePrefix("tablePrefix")
.tags(tags)
.targets(TargetsProperty.builder()
.catalogTargets(List.of(CatalogTargetProperty.builder()
.connectionName("connectionName")
.databaseName("databaseName")
.dlqEventQueueArn("dlqEventQueueArn")
.eventQueueArn("eventQueueArn")
.tables(List.of("tables"))
.build()))
.deltaTargets(List.of(DeltaTargetProperty.builder()
.connectionName("connectionName")
.createNativeDeltaTable(false)
.deltaTables(List.of("deltaTables"))
.writeManifest(false)
.build()))
.dynamoDbTargets(List.of(DynamoDBTargetProperty.builder()
.path("path")
.scanAll(false)
.scanRate(123)
.build()))
.hudiTargets(List.of(HudiTargetProperty.builder()
.connectionName("connectionName")
.exclusions(List.of("exclusions"))
.maximumTraversalDepth(123)
.paths(List.of("paths"))
.build()))
.icebergTargets(List.of(IcebergTargetProperty.builder()
.connectionName("connectionName")
.exclusions(List.of("exclusions"))
.maximumTraversalDepth(123)
.paths(List.of("paths"))
.build()))
.jdbcTargets(List.of(JdbcTargetProperty.builder()
.connectionName("connectionName")
.enableAdditionalMetadata(List.of("enableAdditionalMetadata"))
.exclusions(List.of("exclusions"))
.path("path")
.build()))
.mongoDbTargets(List.of(MongoDBTargetProperty.builder()
.connectionName("connectionName")
.path("path")
.build()))
.s3Targets(List.of(S3TargetProperty.builder()
.connectionName("connectionName")
.dlqEventQueueArn("dlqEventQueueArn")
.eventQueueArn("eventQueueArn")
.exclusions(List.of("exclusions"))
.path("path")
.sampleSize(123)
.build()))
.build())
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnCrawlerPropsMixin.static interfaceSpecifies an AWS Glue Data Catalog target.static interfaceSpecifies a Delta data store to crawl one or more Delta tables.static interfaceSpecifies an Amazon DynamoDB table to crawl.static interfaceSpecifies an Apache Hudi data source.static interfaceSpecifies Apache Iceberg data store targets.static interfaceSpecifies a JDBC data store to crawl.static interfaceSpecifies AWS Lake Formation configuration settings for the crawler.static interfaceSpecifies an Amazon DocumentDB or MongoDB data store to crawl.static interfaceWhen crawling an Amazon S3 data source after the first crawl is complete, specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.static interfaceSpecifies a data store in Amazon Simple Storage Service (Amazon S3).static interfaceA scheduling object using acronstatement to schedule an event.static interfaceThe policy that specifies update and delete behaviors for the crawler.static interfaceSpecifies data stores to crawl.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::Glue::Crawler.CfnCrawlerPropsMixin(CfnCrawlerMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::Glue::Crawler.protectedCfnCrawlerPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCrawlerPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnCrawlerMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnCrawlerPropsMixin
protected CfnCrawlerPropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnCrawlerPropsMixin
protected CfnCrawlerPropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnCrawlerPropsMixin
@Stability(Stable) public CfnCrawlerPropsMixin(@NotNull CfnCrawlerMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::Glue::Crawler.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnCrawlerPropsMixin
Create a mixin to apply properties toAWS::Glue::Crawler.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-