aws.devicefarm.list_test_grid_sessions
Example SQL Queries
SELECT * FROMaws.devicefarm.list_test_grid_sessionsWHERE"project_arn" = 'VALUE';Description
Retrieves a list of sessions for a TestGridProject.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_arn Required Input Column ARN of a TestGridProject. | VARCHAR |
| creation_time_after Input Column Return only sessions created after this time. | TIMESTAMP_S |
| creation_time_before Input Column Return only sessions created before this time. | TIMESTAMP_S |
| end_time_after Input Column Return only sessions that ended after this time. | TIMESTAMP_S |
| end_time_before Input Column Return only sessions that ended before this time. | TIMESTAMP_S |
| max_result Input Column Return only this many results at a time. | BIGINT |
| next_token Input Column Pagination token. | VARCHAR |
| status Input Column Return only sessions in this state. | 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 |
| test_grid_sessions The sessions that match the criteria in a ListTestGridSessionsRequest. | STRUCT( |
Show child fields
| |