aws.devicefarm.get_test_grid_project
Example SQL Queries
SELECT * FROMaws.devicefarm.get_test_grid_projectWHERE"project_arn" = 'VALUE';Description
Retrieves information about a Selenium testing project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_arn Required Input Column The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects. | 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_project | STRUCT( |
Show child fields
| |