Amazon WorkSpaces · JSON Structure

Workspaces Associate Connection Alias Result Structure

AssociateConnectionAliasResult schema from Amazon WorkSpaces API

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

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

Properties

ConnectionIdentifier

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ConnectionIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionIdentifier"
        },
        {
          "description": "The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies. "
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "AssociateConnectionAliasResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-associate-connection-alias-result-structure.json",
  "description": "AssociateConnectionAliasResult schema from Amazon WorkSpaces API"
}