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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

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

[1]: docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

The identifier of the connection alias.

Returns:

  • (String)


634
635
636
637
638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 634

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#associationsArray<Types::ConnectionAliasAssociation>

The association status of the connection alias.



634
635
636
637
638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 634

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#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)


634
635
636
637
638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 634

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

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

Returns:

  • (String)


634
635
636
637
638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 634

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the connection alias.

Returns:

  • (String)


634
635
636
637
638
639
640
641
642
# File 'lib/aws-sdk-workspaces/types.rb', line 634

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end