Amazon WorkSpaces · JSON Structure

Workspaces Security Group Id Structure

SecurityGroupId schema from Amazon WorkSpaces API

Type: string Properties: 0
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

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

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

JSON Structure

Raw ↑
{
  "type": "string",
  "pattern": "^(sg-([0-9a-f]{8}|[0-9a-f]{17}))$",
  "minLength": 11,
  "maxLength": 20,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "SecurityGroupId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-security-group-id-structure.json",
  "description": "SecurityGroupId schema from Amazon WorkSpaces API"
}