Amazon WorkSpaces Web · JSON Structure

Workspaces Web Ip Rule Structure

The IP rules of the IP access settings.

Type: object Properties: 2 Required: 1
End User ComputingSecure BrowserVirtual DesktopZero Trust

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

Properties

description ipRange

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "ipRange"
  ],
  "properties": {
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The description of the IP rule."
        }
      ]
    },
    "ipRange": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpRange"
        },
        {
          "description": "The IP range of the IP rule."
        }
      ]
    }
  },
  "description": "The IP rules of the IP access settings.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "IpRule",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-ip-rule-structure.json"
}