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

CreateAuthenticationProfileMessage

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

§Properties

§
AuthenticationProfileContent: string
[src]

The content of the authentication profile in JSON format. The maximum length of the JSON string is determined by a quota for your account.

§
AuthenticationProfileName: string
[src]

The name of the authentication profile to be created.