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

GetConnectionsRequest

import type { GetConnectionsRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetConnectionsRequest {
CatalogId?: string | null;
Filter?: GetConnectionsFilter | null;
HidePassword?: boolean | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
CatalogId?: string | null
[src]

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

§

A filter that controls which connections are returned.

§
HidePassword?: boolean | null
[src]

Allows you to retrieve the connection metadata without returning the password. For instance, the AWS Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

§
MaxResults?: number | null
[src]

The maximum number of connections to return in one response.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.