ConnectionAlias

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the connection alias.

Link copied to clipboard

The association status of the connection alias.

Link copied to clipboard

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.

Link copied to clipboard

The identifier of the Amazon Web Services account that owns the connection alias.

Link copied to clipboard

The current state of the connection alias.

Functions

Link copied to clipboard
inline fun copy(block: ConnectionAlias.Builder.() -> Unit = {}): ConnectionAlias
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String