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

EndpointAccess

import type { EndpointAccess } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/redshift.ts";
interface EndpointAccess {
Address?: string | null;
ClusterIdentifier?: string | null;
EndpointCreateTime?: Date | number | null;
EndpointName?: string | null;
EndpointStatus?: string | null;
Port?: number | null;
ResourceOwner?: string | null;
SubnetGroupName?: string | null;
VpcEndpoint?: VpcEndpoint | null;
VpcSecurityGroups: VpcSecurityGroupMembership[];
}

§Properties

§
Address?: string | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
EndpointCreateTime?: Date | number | null
[src]
§
EndpointName?: string | null
[src]
§
EndpointStatus?: string | null
[src]
§
Port?: number | null
[src]
§
ResourceOwner?: string | null
[src]
§
SubnetGroupName?: string | null
[src]
§
VpcEndpoint?: VpcEndpoint | null
[src]