Amazon WorkSpaces · JSON Structure

Workspaces Create Ip Group Request Structure

CreateIpGroupRequest schema from Amazon WorkSpaces API

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

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

Properties

GroupName GroupDesc UserRules Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "GroupName"
  ],
  "name": "CreateIpGroupRequest",
  "properties": {
    "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 to add to the group."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags. Each WorkSpaces resource can have a maximum of 50 tags."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-create-ip-group-request-structure.json",
  "description": "CreateIpGroupRequest schema from Amazon WorkSpaces API"
}