Amazon WorkSpaces · JSON Structure

Workspaces Workspaces Ip Group Structure

Describes an IP access control group.

Type: object Properties: 4
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

WorkspacesIpGroup is a JSON Structure definition published by Amazon WorkSpaces, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

groupId groupName groupDesc userRules

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "groupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpGroupId"
        },
        {
          "description": "The identifier of the group."
        }
      ]
    },
    "groupName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpGroupName"
        },
        {
          "description": "The name of the group."
        }
      ]
    },
    "groupDesc": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpGroupDesc"
        },
        {
          "description": "The description of the group."
        }
      ]
    },
    "userRules": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpRuleList"
        },
        {
          "description": "The rules."
        }
      ]
    }
  },
  "description": "Describes an IP access control group.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "WorkspacesIpGroup",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-workspaces-ip-group-structure.json"
}