CreatePortalResponse

CreatePortalResponse schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
portalArn object
portalEndpoint object
View JSON Schema on GitHub

JSON Schema

workspaces-web-create-portal-response-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "portalArn",
    "portalEndpoint"
  ],
  "properties": {
    "portalArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the web portal."
        }
      ]
    },
    "portalEndpoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortalEndpoint"
        },
        {
          "description": "The endpoint URL of the web portal that users access in order to start streaming sessions."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreatePortalResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-create-portal-response-schema.json",
  "description": "CreatePortalResponse schema from Amazon WorkSpaces Web API"
}