aws.devicefarm.list_projects
Example SQL Queries
SELECT * FROMaws.devicefarm.list_projects;Description
Gets information about projects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Input Column The project's ARN. | 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 |
| created When the project was created. | TIMESTAMP_S |
| default_job_timeout_minutes The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes. | BIGINT |
| name The project's name. | VARCHAR |
| vpc_config The VPC security groups and subnets that are attached to a project. | STRUCT( |
Show child fields
| |