Amazon WorkSpaces Web · JSON Structure

Workspaces Web Vpc Id Structure

VpcId schema from Amazon WorkSpaces Web API

Type: string Properties: 0
End User ComputingSecure BrowserVirtual DesktopZero Trust

VpcId is a JSON Structure definition published by Amazon WorkSpaces Web. 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": "^vpc-[0-9a-z]*$",
  "minLength": 1,
  "maxLength": 255,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "VpcId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-vpc-id-structure.json",
  "description": "VpcId schema from Amazon WorkSpaces Web API"
}