test_case_tags
Expands all tag keys and values for test_cases
in a region
Overview
Name | test_case_tags |
Type | Resource |
Description | Represents a Test Case that can be captured and executed |
Id | aws.apptest.test_case_tags |
Fields
Name | Datatype | Description |
---|---|---|
creation_time | string | |
description | string | |
last_update_time | string | |
latest_version | object | |
name | string | |
status | string | |
steps | array | |
test_case_arn | string | |
test_case_id | string | |
test_case_version | number | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all test_cases
in a region.
SELECT
region,
creation_time,
description,
last_update_time,
latest_version,
name,
status,
steps,
test_case_arn,
test_case_id,
test_case_version,
tag_key,
tag_value
FROM aws.apptest.test_case_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the test_case_tags
resource, see test_cases