Amazon WorkSpaces · JSON Structure

Workspaces Delete Ip Group Request Structure

DeleteIpGroupRequest schema from Amazon WorkSpaces API

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

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

Properties

GroupId

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "GroupId"
  ],
  "name": "DeleteIpGroupRequest",
  "properties": {
    "GroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpGroupId"
        },
        {
          "description": "The identifier of the IP access control group."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-delete-ip-group-request-structure.json",
  "description": "DeleteIpGroupRequest schema from Amazon WorkSpaces API"
}