aws.devicefarm.get_test_grid_session
Example SQL Queries
SELECT * FROMaws.devicefarm.get_test_grid_session;Description
A session is an instance of a browser created through a RemoteWebDriver with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions:
The session ARN (GetTestGridSessionRequest$sessionArn).
The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_arn Input Column The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects. | VARCHAR |
| session_arn Input Column An ARN that uniquely identifies a TestGridSession. | VARCHAR |
| session_id Input Column An ID associated with this session. | 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_session The TestGridSession that was requested. | STRUCT( |
Show child fields
| |