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-gyr5wj9zj0fg.deno.dev/v0.2/services/redshift.ts";
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]
§
AllowedVPCs: string[]
[src]
§
AuthorizeTime?: Date | number | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
ClusterStatus?: string | null
[src]
§
EndpointCount?: number | null
[src]
§
Grantee?: string | null
[src]
§
Grantor?: string | null
[src]