Amazon WorkSpaces · Schema

ConnectionAliasAssociation

Describes a connection alias association that is used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
AssociationStatus object
AssociatedAccountId object
ResourceId object
ConnectionIdentifier object
View JSON Schema on GitHub

JSON Schema

workspaces-connection-alias-association-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AssociationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssociationStatus"
        },
        {
          "description": "The association status of the connection alias."
        }
      ]
    },
    "AssociatedAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AwsAccount"
        },
        {
          "description": "The identifier of the Amazon Web Services account that associated the connection alias with a directory."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The identifier of the directory associated with a connection alias."
        }
      ]
    },
    "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."
        }
      ]
    }
  },
  "description": "Describes a connection alias association that is used for cross-Region redirection. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html\"> Cross-Region Redirection for Amazon WorkSpaces</a>.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ConnectionAliasAssociation",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-connection-alias-association-schema.json"
}