Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnCrawlerPropsMixin.Builder
Packages that use CfnCrawlerPropsMixin.Builder
-
Uses of CfnCrawlerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnCrawlerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCrawlerPropsMixin.Builder.classifiers(List<String> classifiers) A list of UTF-8 strings that specify the names of custom classifiers that are associated with the crawler.CfnCrawlerPropsMixin.Builder.configuration(String configuration) Crawler configuration information.CfnCrawlerPropsMixin.Builder.crawlerSecurityConfiguration(String crawlerSecurityConfiguration) The name of theSecurityConfigurationstructure to be used by this crawler.static CfnCrawlerPropsMixin.BuilderCfnCrawlerPropsMixin.Builder.create()static CfnCrawlerPropsMixin.BuilderCfnCrawlerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCrawlerPropsMixin.Builder.databaseName(String databaseName) The name of the database in which the crawler's output is stored.CfnCrawlerPropsMixin.Builder.databaseName(IBucketRef databaseName) The name of the database in which the crawler's output is stored.CfnCrawlerPropsMixin.Builder.description(String description) A description of the crawler.CfnCrawlerPropsMixin.Builder.lakeFormationConfiguration(CfnCrawlerPropsMixin.LakeFormationConfigurationProperty lakeFormationConfiguration) Specifies whether the crawler should use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.CfnCrawlerPropsMixin.Builder.lakeFormationConfiguration(IResolvable lakeFormationConfiguration) Specifies whether the crawler should use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.The name of the crawler.CfnCrawlerPropsMixin.Builder.recrawlPolicy(CfnCrawlerPropsMixin.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.CfnCrawlerPropsMixin.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.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.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.CfnCrawlerPropsMixin.Builder.schedule(CfnCrawlerPropsMixin.ScheduleProperty schedule) For scheduled crawlers, the schedule when the crawler runs.CfnCrawlerPropsMixin.Builder.schedule(IResolvable schedule) For scheduled crawlers, the schedule when the crawler runs.CfnCrawlerPropsMixin.Builder.schemaChangePolicy(CfnCrawlerPropsMixin.SchemaChangePolicyProperty schemaChangePolicy) The policy that specifies update and delete behaviors for the crawler.CfnCrawlerPropsMixin.Builder.schemaChangePolicy(IResolvable schemaChangePolicy) The policy that specifies update and delete behaviors for the crawler.CfnCrawlerPropsMixin.Builder.tablePrefix(String tablePrefix) The prefix added to the names of tables that are created.The tags to use with this crawler.CfnCrawlerPropsMixin.Builder.targets(CfnCrawlerPropsMixin.TargetsProperty targets) A collection of targets to crawl.CfnCrawlerPropsMixin.Builder.targets(IResolvable targets) A collection of targets to crawl.