Amazon WorkSpaces · Schema

SubnetId

SubnetId schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service
View JSON Schema on GitHub

JSON Schema

workspaces-subnet-id-schema.json Raw ↑
{
  "type": "string",
  "pattern": "^(subnet-([0-9a-f]{8}|[0-9a-f]{17}))$",
  "minLength": 15,
  "maxLength": 24,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SubnetId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-subnet-id-schema.json",
  "description": "SubnetId schema from Amazon WorkSpaces API"
}