Builder

class Builder

Properties

Link copied to clipboard

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

Link copied to clipboard

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Setting crawler configuration options.

Link copied to clipboard

The name of the SecurityConfiguration structure to be used by this crawler.

Link copied to clipboard

The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.

Link copied to clipboard

A description of the new crawler.

Link copied to clipboard

Specifies Lake Formation configuration settings for the crawler.

Link copied to clipboard

Specifies data lineage configuration settings for the crawler.

Link copied to clipboard
var name: String?

Name of the new crawler.

Link copied to clipboard

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

Link copied to clipboard
var role: String?

The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.

Link copied to clipboard

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

Link copied to clipboard

The policy for the crawler's update and deletion behavior.

Link copied to clipboard

The table prefix used for catalog tables that are created.

Link copied to clipboard

The tags to use with this crawler request. You may use tags to limit access to the crawler. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

Link copied to clipboard

A list of collection of targets to crawl.

Functions