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

RevokeEndpointAccessMessage

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

§Properties

§
Account?: string | null
[src]

The Amazon Web Services account ID whose access is to be revoked.

§
ClusterIdentifier?: string | null
[src]

The cluster to revoke access from.

§
Force?: boolean | null
[src]

Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.

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

The virtual private cloud (VPC) identifiers for which access is to be revoked.