Amazon WorkSpaces · JSON Structure

Workspaces List Available Management Cidr Ranges Request Structure

ListAvailableManagementCidrRangesRequest schema from Amazon WorkSpaces API

Type: object Properties: 3 Required: 1
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

ListAvailableManagementCidrRangesRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ManagementCidrRangeConstraint MaxResults NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ManagementCidrRangeConstraint"
  ],
  "name": "ListAvailableManagementCidrRangesRequest",
  "properties": {
    "ManagementCidrRangeConstraint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManagementCidrRangeConstraint"
        },
        {
          "description": "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": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ManagementCidrRangeMaxResults"
        },
        {
          "description": "The maximum number of items to return."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-list-available-management-cidr-ranges-request-structure.json",
  "description": "ListAvailableManagementCidrRangesRequest schema from Amazon WorkSpaces API"
}