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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_account_idString

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

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 549

class ConnectionAliasAssociation < Struct.new(
  :association_status,
  :associated_account_id,
  :resource_id,
  :connection_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#association_statusString

The association status of the connection alias.

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 549

class ConnectionAliasAssociation < Struct.new(
  :association_status,
  :associated_account_id,
  :resource_id,
  :connection_identifier)
  SENSITIVE = []
  include Aws::Structure
end

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


549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 549

class ConnectionAliasAssociation < Struct.new(
  :association_status,
  :associated_account_id,
  :resource_id,
  :connection_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the directory associated with a connection alias.

Returns:

  • (String)


549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 549

class ConnectionAliasAssociation < Struct.new(
  :association_status,
  :associated_account_id,
  :resource_id,
  :connection_identifier)
  SENSITIVE = []
  include Aws::Structure
end