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

Connection

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

§Properties

§
ConnectionProperties?: [key in ConnectionPropertyKey]: string | null | undefined | null
[src]
§
ConnectionType?: ConnectionType | null
[src]
§
CreationTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
LastUpdatedBy?: string | null
[src]
§
LastUpdatedTime?: Date | number | null
[src]
§
MatchCriteria?: string[] | null
[src]
§
Name?: string | null
[src]
§
PhysicalConnectionRequirements?: PhysicalConnectionRequirements | null
[src]