Crawler Recrawl Policy Args
data class CrawlerRecrawlPolicyArgs(val recrawlBehavior: Output<String>? = null) : ConvertibleToJava<CrawlerRecrawlPolicyArgs>
Properties
Link copied to clipboard
Specifies whether to crawl the entire dataset again, crawl only folders that were added since the last crawler run, or crawl what S3 notifies the crawler of via SQS. Valid Values are: CRAWL_EVENT_MODE
, CRAWL_EVERYTHING
and CRAWL_NEW_FOLDERS_ONLY
. Default value is CRAWL_EVERYTHING
.