EndpointAuthorization
import type { EndpointAuthorization } from "https://aws-api-16vtt531a2w0.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
§
Status?: AuthorizationStatus | null
[src]