Struct aws_sdk_glue::model::S3Target
source · #[non_exhaustive]pub struct S3Target { /* private fields */ }Expand description
Specifies a data store in Amazon Simple Storage Service (Amazon S3).
Implementations§
source§impl S3Target
impl S3Target
sourcepub fn exclusions(&self) -> Option<&[String]>
pub fn exclusions(&self) -> Option<&[String]>
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
sourcepub fn connection_name(&self) -> Option<&str>
pub fn connection_name(&self) -> Option<&str>
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).
sourcepub fn sample_size(&self) -> Option<i32>
pub fn sample_size(&self) -> Option<i32>
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.
sourcepub fn event_queue_arn(&self) -> Option<&str>
pub fn event_queue_arn(&self) -> Option<&str>
A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.
sourcepub fn dlq_event_queue_arn(&self) -> Option<&str>
pub fn dlq_event_queue_arn(&self) -> Option<&str>
A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.