AWS::WorkSpaces::ConnectionAlias ConnectionAliasAssociation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::WorkSpaces::ConnectionAlias ConnectionAliasAssociation

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AssociatedAccountId" : String, "AssociationStatus" : String, "ConnectionIdentifier" : String, "ResourceId" : String }

Properties

AssociatedAccountId

The identifier of the Amazon Web Services account that associated the connection alias with a directory.

Required: No

Type: String

Pattern: ^\d{12}$

Update requires: No interruption

AssociationStatus

The association status of the connection alias.

Required: No

Type: String

Allowed values: NOT_ASSOCIATED | PENDING_ASSOCIATION | ASSOCIATED_WITH_OWNER_ACCOUNT | ASSOCIATED_WITH_SHARED_ACCOUNT | PENDING_DISASSOCIATION

Update requires: No interruption

ConnectionIdentifier

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.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9]+$

Minimum: 1

Maximum: 20

Update requires: No interruption

ResourceId

The identifier of the directory associated with a connection alias.

Required: No

Type: String

Pattern: .+

Minimum: 1

Maximum: 1000

Update requires: No interruption