aws.workspaces.describe_workspaces_connection_status
Example SQL Queries
SELECT * FROMaws.workspaces.describe_workspaces_connection_status;Description
Describes the connection status of the specified WorkSpaces.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_ids Input Column The identifiers of the WorkSpaces. You can specify up to 25 WorkSpaces. | VARCHAR[] |
Show child fields
| |
| _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_state The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped. | VARCHAR |
| connection_state_check_timestamp The timestamp of the connection status check. | TIMESTAMP_S |
| last_known_user_connection_timestamp The timestamp of the last known user connection. | TIMESTAMP_S |
| workspace_id The identifier of the WorkSpace. | VARCHAR |