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

Class: Aws::WorkSpaces::Types::ConnectionAlias

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

Overview

Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

The identifier of the connection alias.

Returns:

  • (String)

    The identifier of the connection alias.

#associationsArray<Types::ConnectionAliasAssociation>

The association status of the connection alias.

Returns:

#connection_stringString

The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as www.example.com.

Returns:

  • (String)

    The connection string specified for the connection alias.

#owner_account_idString

The identifier of the AWS account that owns the connection alias.

Returns:

  • (String)

    The identifier of the AWS account that owns the connection alias.

#stateString

The current state of the connection alias.

Possible values:

  • CREATING
  • CREATED
  • DELETING

Returns:

  • (String)

    The current state of the connection alias.