{ "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 Cross-Region Redirection for Amazon WorkSpaces.", "$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" }