Amazon WorkSpaces · JSON Structure

Workspaces Revoke Ip Rules Request Structure

RevokeIpRulesRequest schema from Amazon WorkSpaces API

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

RevokeIpRulesRequest 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

GroupId UserRules

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

JSON Structure

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