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

AuthorizeEndpointAccessMessage

import type { AuthorizeEndpointAccessMessage } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface AuthorizeEndpointAccessMessage {
Account: string;
ClusterIdentifier?: string | null;
VpcIds?: string[] | null;
}

§Properties

§
Account: string
[src]

The Amazon Web Services account ID to grant access to.

§
ClusterIdentifier?: string | null
[src]

The cluster identifier of the cluster to grant access to.

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

The virtual private cloud (VPC) identifiers to grant access to.