aws.workspaces.describe_connection_alias_permissions
Example SQL Queries
SELECT * FROMaws.workspaces.describe_connection_alias_permissionsWHERE"alias_id" = 'VALUE';Description
Describes the permissions that the owner of a connection alias has granted to another Amazon Web Services account for the specified connection alias. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_id Required Input Column The identifier of the connection alias. | VARCHAR |
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. This value is null when there are no more results to return. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| connection_alias_permissions The permissions associated with a connection alias. | STRUCT( |
Show child fields
| |