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

ListAvailableManagementCidrRangesRequest

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

§Properties

§
ManagementCidrRangeConstraint: string
[src]

The IP address range to search. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block).

§
MaxResults?: number | null
[src]

The maximum number of items to return.

§
NextToken?: string | null
[src]

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.