aws.workspaces.describe_connection_aliases
Example SQL Queries
SELECT * FROMaws.workspaces.describe_connection_aliases;Description
Retrieves a list that describes the connection aliases used for cross-Region redirection. For more information, see Cross-Region Redirection for Amazon WorkSpaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alias_ids Input Column The identifiers of the connection aliases to describe. | VARCHAR[] |
Show child fields
| |
| limit Input Column The maximum number of connection aliases 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 |
| resource_id Input Column The identifier of the directory associated with the connection alias. | 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_aliases Information about the specified connection aliases. | STRUCT( |
Show child fields
| |