PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Glue::Crawler; use Moose; has Classifiers => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Configuration => (is => 'ro', isa => 'Str'); has CrawlElapsedTime => (is => 'ro', isa => 'Int'); has CrawlerSecurityConfiguration => (is => 'ro', isa => 'Str'); has CreationTime => (is => 'ro', isa => 'Str'); has DatabaseName => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has LastCrawl => (is => 'ro', isa => 'Paws::Glue::LastCrawlInfo'); has LastUpdated => (is => 'ro', isa => 'Str'); has LineageConfiguration => (is => 'ro', isa => 'Paws::Glue::LineageConfiguration'); has Name => (is => 'ro', isa => 'Str'); has RecrawlPolicy => (is => 'ro', isa => 'Paws::Glue::RecrawlPolicy'); has Role => (is => 'ro', isa => 'Str'); has Schedule => (is => 'ro', isa => 'Paws::Glue::Schedule'); has SchemaChangePolicy => (is => 'ro', isa => 'Paws::Glue::SchemaChangePolicy'); has State => (is => 'ro', isa => 'Str'); has TablePrefix => (is => 'ro', isa => 'Str'); has Targets => (is => 'ro', isa => 'Paws::Glue::CrawlerTargets'); has Version => (is => 'ro', isa => 'Int'); 1; ### main pod documentation begin ### =head1 NAME Paws::Glue::Crawler =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION 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. =head1 ATTRIBUTES =head2 Classifiers => ArrayRef[Str|Undef] A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler. =head2 Configuration => Str 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). =head2 CrawlElapsedTime => Int If the crawler is running, contains the total time elapsed since the last crawl began. =head2 CrawlerSecurityConfiguration => Str The name of the C structure to be used by this crawler. =head2 CreationTime => Str The time that the crawler was created. =head2 DatabaseName => Str The name of the database in which the crawler's output is stored. =head2 Description => Str A description of the crawler. =head2 LastCrawl => L The status of the last crawl, and potentially error information if an error occurred. =head2 LastUpdated => Str The time that the crawler was last updated. =head2 LineageConfiguration => L A configuration that specifies whether data lineage is enabled for the crawler. =head2 Name => Str The name of the crawler. =head2 RecrawlPolicy => L A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run. =head2 Role => Str 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. =head2 Schedule => L For scheduled crawlers, the schedule when the crawler runs. =head2 SchemaChangePolicy => L The policy that specifies update and delete behaviors for the crawler. =head2 State => Str Indicates whether the crawler is running, or whether a run is pending. =head2 TablePrefix => Str The prefix added to the names of tables that are created. =head2 Targets => L A collection of targets to crawl. =head2 Version => Int The version of the crawler. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut