Amazon WorkSpaces · JSON Structure

Workspaces Ip Rule Item Structure

Describes a rule for an IP access control group.

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

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

Properties

ipRule ruleDesc

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ipRule": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpRule"
        },
        {
          "description": "The IP address range, in CIDR notation."
        }
      ]
    },
    "ruleDesc": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpRuleDesc"
        },
        {
          "description": "The description."
        }
      ]
    }
  },
  "description": "Describes a rule for an IP access control group.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "IpRuleItem",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-ip-rule-item-structure.json"
}