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

ConnectionInput

import type { ConnectionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface ConnectionInput {
ConnectionProperties: [key in ConnectionPropertyKey]: string | null | undefined;
ConnectionType: ConnectionType;
Description?: string | null;
MatchCriteria?: string[] | null;
Name: string;
PhysicalConnectionRequirements?: PhysicalConnectionRequirements | null;
}

§Properties

§
ConnectionProperties: [key in ConnectionPropertyKey]: string | null | undefined
[src]
§
ConnectionType: ConnectionType
[src]
§
Description?: string | null
[src]
§
MatchCriteria?: string[] | null
[src]
§
Name: string
[src]
§
PhysicalConnectionRequirements?: PhysicalConnectionRequirements | null
[src]