Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

S3Target

import type { S3Target } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

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

interface S3Target {
ConnectionName?: string | null;
DlqEventQueueArn?: string | null;
EventQueueArn?: string | null;
Exclusions?: string[] | null;
Path?: string | null;
SampleSize?: number | null;
}

§Properties

§
ConnectionName?: string | null
[src]

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

§
DlqEventQueueArn?: string | null
[src]

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

§
EventQueueArn?: string | null
[src]

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

§
Exclusions?: string[] | null
[src]

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

§
Path?: string | null
[src]

The path to the Amazon S3 target.

§
SampleSize?: number | null
[src]

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.