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

ListListenersRequest

import type { ListListenersRequest } from "https://aws-api.deno.dev/v0.4/services/globalaccelerator.ts?docs=full";
interface ListListenersRequest {
AcceleratorArn: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AcceleratorArn: string
[src]

The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.

§
MaxResults?: number | null
[src]

The number of listener objects that you want to return with this call. The default value is 10.

§
NextToken?: string | null
[src]

The token for the next set of results. You receive this token from a previous call.