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

ListEndpointAccessRequest

import type { ListEndpointAccessRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListEndpointAccessRequest {
maxResults?: number | null;
nextToken?: string | null;
vpcId?: string | null;
workgroupName?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

§
nextToken?: string | null
[src]

If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.

§
vpcId?: string | null
[src]

The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.

§
workgroupName?: string | null
[src]

The name of the workgroup associated with the VPC endpoint to return.