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]§
PhysicalConnectionRequirements?: PhysicalConnectionRequirements | null
[src]