You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::ConnectionAliasAssociation

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#associated_account_idString

The identifier of the AWS account that associated the connection alias with a directory.

Returns:

  • (String)

    The identifier of the AWS account that associated the connection alias with a directory.

#association_statusString

The association status of the connection alias.

Possible values:

  • NOT_ASSOCIATED
  • ASSOCIATED_WITH_OWNER_ACCOUNT
  • ASSOCIATED_WITH_SHARED_ACCOUNT
  • PENDING_ASSOCIATION
  • PENDING_DISASSOCIATION

Returns:

  • (String)

    The association status of the connection alias.

#connection_identifierString

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.

Returns:

  • (String)

    The identifier of the connection alias association.

#resource_idString

The identifier of the directory associated with a connection alias.

Returns:

  • (String)

    The identifier of the directory associated with a connection alias.