Struct aws_sdk_glue::model::Crawler

source ·
#[non_exhaustive]
pub struct Crawler { /* private fields */ }
Expand description

Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema. If successful, the crawler records metadata concerning the data source in the Glue Data Catalog.

Implementations§

The name of the crawler.

The Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.

A collection of targets to crawl.

The name of the database in which the crawler's output is stored.

A description of the crawler.

A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.

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

The policy that specifies update and delete behaviors for the crawler.

A configuration that specifies whether data lineage is enabled for the crawler.

Indicates whether the crawler is running, or whether a run is pending.

The prefix added to the names of tables that are created.

For scheduled crawlers, the schedule when the crawler runs.

If the crawler is running, contains the total time elapsed since the last crawl began.

The time that the crawler was created.

The time that the crawler was last updated.

The status of the last crawl, and potentially error information if an error occurred.

The version of 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.

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

Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.

Creates a new builder-style object to manufacture Crawler.

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
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

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