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

Class: Aws::WorkSpaces::Types::ConnectionAliasPermission

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

Overview

Note:

When passing ConnectionAliasPermission as input to an Aws::Client method, you can use a vanilla Hash:

{
  shared_account_id: "AwsAccount", # required
  allow_association: false, # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allow_associationBoolean

Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.

Returns:

  • (Boolean)

    Indicates whether the specified AWS account is allowed to associate the connection alias with a directory.

#shared_account_idString

The identifier of the AWS account that the connection alias is shared with.

Returns:

  • (String)

    The identifier of the AWS account that the connection alias is shared with.