Amazon WorkSpaces · JSON Structure

Workspaces Associate Ip Groups Request Structure

AssociateIpGroupsRequest schema from Amazon WorkSpaces API

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

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

Properties

DirectoryId GroupIds

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "DirectoryId",
    "GroupIds"
  ],
  "name": "AssociateIpGroupsRequest",
  "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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-associate-ip-groups-request-structure.json",
  "description": "AssociateIpGroupsRequest schema from Amazon WorkSpaces API"
}