Amazon WorkSpaces · JSON Structure

Workspaces Describe Account Result Structure

DescribeAccountResult schema from Amazon WorkSpaces API

Type: object Properties: 2
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

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

Properties

DedicatedTenancySupport DedicatedTenancyManagementCidrRange

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "DedicatedTenancySupport": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DedicatedTenancySupportResultEnum"
        },
        {
          "description": "The status of BYOL (whether BYOL is enabled or disabled)."
        }
      ]
    },
    "DedicatedTenancyManagementCidrRange": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DedicatedTenancyManagementCidrRange"
        },
        {
          "description": "<p>The IP address range, specified as an IPv4 CIDR block, used for the management network interface.</p> <p>The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.</p>"
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "DescribeAccountResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-describe-account-result-structure.json",
  "description": "DescribeAccountResult schema from Amazon WorkSpaces API"
}