aws.workspaces.describe_workspaces_pool_sessions
Example SQL Queries
SELECT * FROMaws.workspaces.describe_workspaces_pool_sessionsWHERE"pool_id" = 'VALUE';Description
Retrieves a list that describes the streaming sessions for a specified pool.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pool_id Required Input Column The identifier of the pool. | VARCHAR |
| limit Input Column The maximum number of items to return. | BIGINT |
| next_token Input Column If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results. | VARCHAR |
| user_id Input Column The identifier of the user. | 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 |
| sessions Describes the pool sessions. | STRUCT( |
Show child fields
| |