BrowserSettingsSummary

The summary for browser settings.

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
browserSettingsArn object
View JSON Schema on GitHub

JSON Schema

workspaces-web-browser-settings-summary-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "browserSettingsArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the browser settings."
        }
      ]
    }
  },
  "description": "The summary for browser settings.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BrowserSettingsSummary",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-browser-settings-summary-schema.json"
}