Amazon WorkSpaces · Schema

DisassociateIpGroupsRequest

DisassociateIpGroupsRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
DirectoryId object
GroupIds object
View JSON Schema on GitHub

JSON Schema

workspaces-disassociate-ip-groups-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "DirectoryId",
    "GroupIds"
  ],
  "title": "DisassociateIpGroupsRequest",
  "properties": {
    "DirectoryId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DirectoryId"
        },
        {
          "description": "The identifier of the directory."
        }
      ]
    },
    "GroupIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpGroupIdList"
        },
        {
          "description": "The identifiers of one or more IP access control groups."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-disassociate-ip-groups-request-schema.json",
  "description": "DisassociateIpGroupsRequest schema from Amazon WorkSpaces API"
}