class Aws::Glue::Types::S3Target
Specifies a data store in Amazon Simple Storage Service (Amazon S3).
@note When making an API call, you may pass S3Target
data as a hash: { path: "Path", exclusions: ["Path"], connection_name: "ConnectionName", sample_size: 1, }
@!attribute [rw] path
The path to the Amazon S3 target. @return [String]
@!attribute [rw] exclusions
A list of glob patterns used to exclude from the crawl. For more information, see [Catalog Tables with a Crawler][1]. [1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html @return [Array<String>]
@!attribute [rw] connection_name
The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC). @return [String]
@!attribute [rw] sample_size
Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/S3Target AWS API Documentation
Constants
- SENSITIVE