pub struct CreateCrawler { /* private fields */ }
Expand description

Fluent builder constructing a request to CreateCrawler.

Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets field, the jdbcTargets field, or the DynamoDBTargets field.

Implementations§

Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.

Sends the request and returns the response.

If an error occurs, an SdkError will be returned with additional details that can be matched against.

By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.

Name of the new crawler.

Name of the new crawler.

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

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

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

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

A description of the new crawler.

A description of the new crawler.

A list of collection of targets to crawl.

A list of collection of targets to crawl.

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 * * ? *).

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 * * ? *).

Appends an item to Classifiers.

To override the contents of this collection use set_classifiers.

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.

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.

The table prefix used for catalog tables that are created.

The table prefix used for catalog tables that are created.

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

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

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

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

Specifies data lineage configuration settings for the crawler.

Specifies data lineage configuration settings for the crawler.

Specifies Lake Formation configuration settings for the crawler.

Specifies Lake Formation configuration settings for the crawler.

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.

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.

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

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

Adds a key-value pair to Tags.

To override the contents of this collection use set_tags.

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.

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.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more