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

CreateConnectionRequest

import type { CreateConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface CreateConnectionRequest {
CatalogId?: string | null;
ConnectionInput: ConnectionInput;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.

§
ConnectionInput: ConnectionInput
[src]

A ConnectionInput object defining the connection to create.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags you assign to the connection.