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

EndpointAuthorization

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

Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across Amazon Web Services accounts.

interface EndpointAuthorization {
AllowedAllVPCs?: boolean | null;
AllowedVPCs: string[];
AuthorizeTime?: Date | number | null;
ClusterIdentifier?: string | null;
ClusterStatus?: string | null;
EndpointCount?: number | null;
Grantee?: string | null;
Grantor?: string | null;
Status?: AuthorizationStatus | null;
}

§Properties

§
AllowedAllVPCs?: boolean | null
[src]

Indicates whether all VPCs in the grantee account are allowed access to the cluster.

§
AllowedVPCs: string[]
[src]

The VPCs allowed access to the cluster.

§
AuthorizeTime?: Date | number | null
[src]

The time (UTC) when the authorization was created.

§
ClusterIdentifier?: string | null
[src]

The cluster identifier.

§
ClusterStatus?: string | null
[src]

The status of the cluster.

§
EndpointCount?: number | null
[src]

The number of Redshift-managed VPC endpoints created for the authorization.

§
Grantee?: string | null
[src]

The Amazon Web Services account ID of the grantee of the cluster.

§
Grantor?: string | null
[src]

The Amazon Web Services account ID of the cluster owner.

§
Status?: AuthorizationStatus | null
[src]

The status of the authorization action.