Amazon WorkSpaces · Schema

ListAvailableManagementCidrRangesRequest

ListAvailableManagementCidrRangesRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
ManagementCidrRangeConstraint object
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

workspaces-list-available-management-cidr-ranges-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "ManagementCidrRangeConstraint"
  ],
  "title": "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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-list-available-management-cidr-ranges-request-schema.json",
  "description": "ListAvailableManagementCidrRangesRequest schema from Amazon WorkSpaces API"
}