Amazon WorkSpaces · Schema

CreateIpGroupRequest

CreateIpGroupRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
GroupName object
GroupDesc object
UserRules object
Tags object
View JSON Schema on GitHub

JSON Schema

workspaces-create-ip-group-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "GroupName"
  ],
  "title": "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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-create-ip-group-request-schema.json",
  "description": "CreateIpGroupRequest schema from Amazon WorkSpaces API"
}