CrawlerRecrawlPolicy

data class CrawlerRecrawlPolicy(val recrawlBehavior: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val recrawlBehavior: 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.