aws.apptest.list_test_configurations
Example SQL Queries
SELECT * FROMaws.apptest.list_test_configurations;Description
Lists test configurations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_configuration_ids Input Column The configuration IDs of the test configurations. | 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 configuration summary. | TIMESTAMP_S |
| last_update_time The last update time of the test configuration summary. | TIMESTAMP_S |
| latest_version The latest version of the test configuration summary. | BIGINT |
| name The name of the test configuration summary. | VARCHAR |
| status The status of the test configuration summary. | VARCHAR |
| status_reason The status reason of the test configuration summary. | VARCHAR |
| test_configuration_arn The test configuration ARN of the test configuration summary. | VARCHAR |
| test_configuration_id The test configuration ID of the test configuration summary. | VARCHAR |