CrawlerRecrawlPolicyArgs

data class CrawlerRecrawlPolicyArgs(val recrawlBehavior: Output<String>? = null) : ConvertibleToJava<CrawlerRecrawlPolicyArgs>

Constructors

Link copied to clipboard
constructor(recrawlBehavior: Output<String>? = null)

Properties

Link copied to clipboard
val recrawlBehavior: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): CrawlerRecrawlPolicyArgs