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

GetConnectionsFilter

import type { GetConnectionsFilter } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

Filters the connection definitions that are returned by the GetConnections API operation.

interface GetConnectionsFilter {
ConnectionType?: ConnectionType | null;
MatchCriteria?: string[] | null;
}

§Properties

§
ConnectionType?: ConnectionType | null
[src]

The type of connections to return. Currently, SFTP is not supported.

§
MatchCriteria?: string[] | null
[src]

A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.