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

UpdateConnectionRequest

import type { UpdateConnectionRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface UpdateConnectionRequest {
CatalogId?: string | null;
ConnectionInput: ConnectionInput;
Name: string;
}

§Properties

§
CatalogId?: string | null
[src]

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

§
ConnectionInput: ConnectionInput
[src]

A ConnectionInput object that redefines the connection in question.

§
Name: string
[src]

The name of the connection definition to update.