v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142021,119944.8 KB

Updates a crawler. If a crawler is running, you must stop it using <code>StopCrawler</code> before updating it.

post/#X-Amz-Target=AWSGlue.UpdateCrawler

Headers

X-Amz-Target'AWSGlue.UpdateCrawler' required

Request body

Namestring required

Name of the new crawler.

Rolestring

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

DatabaseNamestring

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

Descriptionstring

A description of the new crawler.

Schedulestring

A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run something every day at 12:15 UTC, you would specify: <code>cron(15 12 * * ? *)</code>.

ClassifiersNameString[]

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.

TablePrefixstring

The table prefix used for catalog tables that are created.

Configurationstring

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html">Setting crawler configuration options</a>.

CrawlerSecurityConfigurationstring

The name of the <code>SecurityConfiguration</code> structure to be used by this crawler.

Response

Success

UpdateCrawlerResponse required