| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnCrawler.Builder |
CfnCrawler.Builder.classifiers(List<String> classifiers)
A list of UTF-8 strings that specify the names of custom classifiers that are associated with the crawler.
|
CfnCrawler.Builder |
CfnCrawler.Builder.configuration(String configuration)
Crawler configuration information.
|
CfnCrawler.Builder |
CfnCrawler.Builder.crawlerSecurityConfiguration(String crawlerSecurityConfiguration)
The name of the `SecurityConfiguration` structure to be used by this crawler.
|
static CfnCrawler.Builder |
CfnCrawler.Builder.create(software.constructs.Construct scope,
String id) |
CfnCrawler.Builder |
CfnCrawler.Builder.databaseName(String databaseName)
The name of the database in which the crawler's output is stored.
|
CfnCrawler.Builder |
CfnCrawler.Builder.description(String description)
A description of the crawler.
|
CfnCrawler.Builder |
CfnCrawler.Builder.name(String name)
The name of the crawler.
|
CfnCrawler.Builder |
CfnCrawler.Builder.recrawlPolicy(CfnCrawler.RecrawlPolicyProperty recrawlPolicy)
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
|
CfnCrawler.Builder |
CfnCrawler.Builder.recrawlPolicy(IResolvable recrawlPolicy)
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.
|
CfnCrawler.Builder |
CfnCrawler.Builder.role(String role)
The Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.
|
CfnCrawler.Builder |
CfnCrawler.Builder.schedule(CfnCrawler.ScheduleProperty schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
CfnCrawler.Builder |
CfnCrawler.Builder.schedule(IResolvable schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
CfnCrawler.Builder |
CfnCrawler.Builder.schemaChangePolicy(CfnCrawler.SchemaChangePolicyProperty schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
CfnCrawler.Builder |
CfnCrawler.Builder.schemaChangePolicy(IResolvable schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
CfnCrawler.Builder |
CfnCrawler.Builder.tablePrefix(String tablePrefix)
The prefix added to the names of tables that are created.
|
CfnCrawler.Builder |
CfnCrawler.Builder.tags(Object tags)
The tags to use with this crawler.
|
CfnCrawler.Builder |
CfnCrawler.Builder.targets(CfnCrawler.TargetsProperty targets)
A collection of targets to crawl.
|
CfnCrawler.Builder |
CfnCrawler.Builder.targets(IResolvable targets)
A collection of targets to crawl.
|
Copyright © 2022. All rights reserved.