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

EndpointAccessList

import type { EndpointAccessList } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";
interface EndpointAccessList {
EndpointAccessList: EndpointAccess[];
Marker?: string | null;
}

§Properties

§
EndpointAccessList: EndpointAccess[]
[src]

The list of endpoints with access to the cluster.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous DescribeEndpointAccess request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by the MaxRecords parameter.