NAME

Paws::Glue::UpdateCrawler - Arguments for method UpdateCrawler on Paws::Glue

DESCRIPTION

This class represents the parameters used for calling the method UpdateCrawler on the AWS Glue service. Use the attributes of this class as arguments to method UpdateCrawler.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateCrawler.

As an example:

$service_obj->UpdateCrawler(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

ATTRIBUTES

Classifiers => ArrayRef[Str|Undef]

A list of custom Classifier names that the user has registered. By default, all AWS classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

DatabaseName => Str

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

Description => Str

A description of the new Crawler.

REQUIRED Name => Str

Name of the new Crawler.

Role => Str

The AWS ARN of the IAM role used by the new Crawler to access customer resources.

Schedule => Str

A cron expression that can be used as a Cloudwatch event (see CloudWatch Schedule Expression Syntax. For example, to run every day at 12:15 UTC, specify: cron(15 12 * * ? *).

SchemaChangePolicy => Paws::Glue::SchemaChangePolicy

Policy for the crawler's update and deletion behavior.

TablePrefix => Str

The table prefix used for catalog tables created.

Targets => Paws::Glue::CrawlerTargets

A list of collection of targets to crawl.

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateCrawler in Paws::Glue

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues