aws.apptest.get_test_case
Example SQL Queries
SELECT * FROMaws.apptest.get_test_caseWHERE"test_case_id" = 'VALUE';Description
Gets a test case.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_case_id Required Input Column The response test ID of the test case. | VARCHAR |
| test_case_version Input Column The case version of the test case. | BIGINT |
| _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. | TIMESTAMP_S |
| description The description of the test case. | VARCHAR |
| last_update_time The last update time of the test case. | TIMESTAMP_S |
| latest_version The latest version of the test case. | STRUCT( |
Show child fields
| |
| name The name of the test case. | VARCHAR |
| status The status of the test case. | VARCHAR |
| status_reason The status reason of the test case. | VARCHAR |
| steps The steps of the test case. | STRUCT( |
Show child fields
| |
| tags The tags of the test case. | MAP(VARCHAR, VARCHAR) |
| test_case_arn The Amazon Resource Name (ARN) of the test case. | VARCHAR |