AWS SDK Version 3 for .NET
API Reference

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 UpdateCrawler operation. Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Glue.AmazonGlueRequest
      Amazon.Glue.Model.UpdateCrawlerRequest

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateCrawlerRequest : AmazonGlueRequest
         IAmazonWebServiceRequest

The UpdateCrawlerRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateCrawlerRequest()

Properties

NameTypeDescription
Public Property Classifiers System.Collections.Generic.List<System.String>

Gets and sets the property 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.

Public Property Configuration System.String

Gets and sets the property Configuration.

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.

Public Property CrawlerSecurityConfiguration System.String

Gets and sets the property CrawlerSecurityConfiguration.

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

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

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

Public Property Description System.String

Gets and sets the property Description.

A description of the new crawler.

Public Property LakeFormationConfiguration Amazon.Glue.Model.LakeFormationConfiguration

Gets and sets the property LakeFormationConfiguration.

Specifies Lake Formation configuration settings for the crawler.

Public Property LineageConfiguration Amazon.Glue.Model.LineageConfiguration

Gets and sets the property LineageConfiguration.

Specifies data lineage configuration settings for the crawler.

Public Property Name System.String

Gets and sets the property Name.

Name of the new crawler.

Public Property RecrawlPolicy Amazon.Glue.Model.RecrawlPolicy

Gets and sets the property RecrawlPolicy.

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

Public Property Role System.String

Gets and sets the property Role.

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

Public Property Schedule System.String

Gets and sets the property Schedule.

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

Public Property SchemaChangePolicy Amazon.Glue.Model.SchemaChangePolicy

Gets and sets the property SchemaChangePolicy.

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

Public Property TablePrefix System.String

Gets and sets the property TablePrefix.

The table prefix used for catalog tables that are created.

Public Property Targets Amazon.Glue.Model.CrawlerTargets

Gets and sets the property Targets.

A list of targets to crawl.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5