aws.apptest.list_test_suites
Example SQL Queries
SELECT * FROMaws.apptest.list_test_suites;Description
Lists test suites.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_suite_ids Input Column The suite ID of the test suites. | VARCHAR[] |
Show child fields
| |
| _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
| |
| creation_time The creation time of the test suite summary. | TIMESTAMP_S |
| last_update_time The last update time of the test suite summary. | TIMESTAMP_S |
| latest_version The latest version of the test suite summary. | BIGINT |
| name The name of the test suite summary. | VARCHAR |
| status The status of the test suite summary. | VARCHAR |
| status_reason The status reason of the test suite summary. | VARCHAR |
| test_suite_arn The test suite Amazon Resource Name (ARN) of the test suite summary. | VARCHAR |
| test_suite_id The test suite ID of the test suite summary. | VARCHAR |