AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListCrawls operation. Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.
You may use this API to:
Retrive all the crawls of a specified crawler.
Retrieve all the crawls of a specified crawler within a limited count.
Retrieve all the crawls of a specified crawler in a specific time range.
Retrieve all the crawls of a specified crawler with a particular state, crawl ID, or DPU hour value.
Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z
public class ListCrawlsRequest : AmazonGlueRequest IAmazonWebServiceRequest
The ListCrawlsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListCrawlsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
CrawlerName | System.String |
Gets and sets the property CrawlerName. The name of the crawler whose runs you want to retrieve. |
![]() |
Filters | System.Collections.Generic.List<Amazon.Glue.Model.CrawlsFilter> |
Gets and sets the property Filters.
Filters the crawls by the criteria you specify in a list of |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of results to return. The default is 20, and maximum is 100. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken. A continuation token, if this is a continuation call. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5