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

DescribeAuthenticationProfilesMessage

import type { DescribeAuthenticationProfilesMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface DescribeAuthenticationProfilesMessage {
AuthenticationProfileName?: string | null;
}

§Properties

§
AuthenticationProfileName?: string | null
[src]

The name of the authentication profile to describe. If not specified then all authentication profiles owned by the account are listed.