class Aws::Glue::Types::RecrawlPolicy
When crawling an Amazon S3 data source after the first crawl is complete, specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. For more information, see [Incremental Crawls in Glue] in the developer guide.
[1]: docs.aws.amazon.com/glue/latest/dg/incremental-crawls.html
@note When making an API call, you may pass RecrawlPolicy
data as a hash: { recrawl_behavior: "CRAWL_EVERYTHING", # accepts CRAWL_EVERYTHING, CRAWL_NEW_FOLDERS_ONLY }
@!attribute [rw] recrawl_behavior
Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. A value of `CRAWL_EVERYTHING` specifies crawling the entire dataset again. A value of `CRAWL_NEW_FOLDERS_ONLY` specifies crawling only folders that were added since the last crawler run. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/RecrawlPolicy AWS API Documentation
Constants
- SENSITIVE