GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Glue::Crawler(3) User Contributed Perl Documentation Paws::Glue::Crawler(3)

Paws::Glue::Crawler

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Glue::Crawler object:

  $service_obj->Method(Att1 => { Classifiers => $value, ..., Version => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::Crawler object:

  $result = $service_obj->Method(...);
  $result->Att1->Classifiers

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.

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

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler's behavior. For more information, see Include and Exclude Patterns (https://docs.aws.amazon.com/glue/latest/dg/define-crawler.html#crawler-data-stores-exclude).

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

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

The time that the crawler was created.

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

A description of the crawler.

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

The time that the crawler was last updated.

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

The name of 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 Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.

For scheduled crawlers, the schedule when the crawler runs.

The policy that specifies update and delete behaviors 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.

A collection of targets to crawl.

The version of the crawler.

This class forms part of Paws, describing an object used in Paws::Glue

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.