S3Target

class S3Target

Specifies a data store in Amazon Simple Storage Service (Amazon S3).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).

Link copied to clipboard

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

Link copied to clipboard

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

Link copied to clipboard

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Link copied to clipboard
val path: String?

The path to the Amazon S3 target.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: S3Target.Builder.() -> Unit = {}): S3Target
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String