class Aws::WorkSpaces::Types::ConnectionAliasPermission

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].

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

@note When making an API call, you may pass ConnectionAliasPermission

data as a hash:

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

@!attribute [rw] shared_account_id

The identifier of the AWS account that the connection alias is
shared with.
@return [String]

@!attribute [rw] allow_association

Indicates whether the specified AWS account is allowed to associate
the connection alias with a directory.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ConnectionAliasPermission AWS API Documentation

Constants

SENSITIVE