createCrawler
inline suspend fun GlueClient.createCrawler(crossinline block: CreateCrawlerRequest.Builder.() -> Unit): CreateCrawlerResponse
Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets
field, the jdbcTargets
field, or the DynamoDBTargets
field.