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

Location

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

The location of resources.

interface Location {
DynamoDB?: CodeGenNodeArg[] | null;
Jdbc?: CodeGenNodeArg[] | null;
S3?: CodeGenNodeArg[] | null;
}

§Properties

§
DynamoDB?: CodeGenNodeArg[] | null
[src]

An Amazon DynamoDB table location.

§
Jdbc?: CodeGenNodeArg[] | null
[src]

A JDBC location.

§
S3?: CodeGenNodeArg[] | null
[src]

An Amazon Simple Storage Service (Amazon S3) location.