aws.apptest.list_test_cases
Example SQL Queries
SELECT * FROMaws.apptest.list_test_cases;Description
Lists test cases.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_case_ids Input Column The IDs of the test cases. | 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 case summary. | TIMESTAMP_S |
| last_update_time The last update time of the test case summary. | TIMESTAMP_S |
| latest_version The latest version of the test case summary. | BIGINT |
| name The name of the test case summary. | VARCHAR |
| status The status of the test case summary. | VARCHAR |
| status_reason The status reason of the test case summary. | VARCHAR |
| test_case_arn The test case Amazon Resource Name (ARN) of the test case summary. | VARCHAR |
| test_case_id The test case ID of the test case summary. | VARCHAR |