CrawlerArgs

constructor(classifiers: Output<List<String>>? = null, configuration: Output<String>? = null, crawlerSecurityConfiguration: Output<String>? = null, databaseName: Output<String>? = null, description: Output<String>? = null, lakeFormationConfiguration: Output<CrawlerLakeFormationConfigurationArgs>? = null, name: Output<String>? = null, recrawlPolicy: Output<CrawlerRecrawlPolicyArgs>? = null, role: Output<String>? = null, schedule: Output<CrawlerScheduleArgs>? = null, schemaChangePolicy: Output<CrawlerSchemaChangePolicyArgs>? = null, tablePrefix: Output<String>? = null, tags: Output<Any>? = null, targets: Output<CrawlerTargetsArgs>? = null)