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

CrawlerTargets

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

Specifies data stores to crawl.

interface CrawlerTargets {
CatalogTargets?: CatalogTarget[] | null;
DeltaTargets?: DeltaTarget[] | null;
DynamoDBTargets?: DynamoDBTarget[] | null;
JdbcTargets?: JdbcTarget[] | null;
MongoDBTargets?: MongoDBTarget[] | null;
S3Targets?: S3Target[] | null;
}

§Properties

§
CatalogTargets?: CatalogTarget[] | null
[src]

Specifies Glue Data Catalog targets.

§
DeltaTargets?: DeltaTarget[] | null
[src]

Specifies Delta data store targets.

§
DynamoDBTargets?: DynamoDBTarget[] | null
[src]

Specifies Amazon DynamoDB targets.

§
JdbcTargets?: JdbcTarget[] | null
[src]

Specifies JDBC targets.

§
MongoDBTargets?: MongoDBTarget[] | null
[src]

Specifies Amazon DocumentDB or MongoDB targets.

§
S3Targets?: S3Target[] | null
[src]

Specifies Amazon Simple Storage Service (Amazon S3) targets.