aws.devicefarm.list_test_grid_projects
Example SQL Queries
SELECT * FROMaws.devicefarm.list_test_grid_projects;Description
Gets a list of all Selenium testing projects in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_result Input Column Return no more than this number of results. | BIGINT |
| next_token Input Column Used for pagination. Pass into ListTestGridProjects to get more results in a paginated request. | 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_projects The list of TestGridProjects, based on a ListTestGridProjectsRequest. | STRUCT( |
Show child fields
| |