test_cases_list_only
Lists test_cases
in a region or regions, for all properties use test_cases
Overview
Name | test_cases_list_only |
Type | Resource |
Description | Represents a Test Case that can be captured and executed |
Id | aws.apptest.test_cases_list_only |
Fields
Name | Datatype | Description |
---|---|---|
test_case_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all test_cases
in a region.
SELECT
region,
test_case_id
FROM aws.apptest.test_cases_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the test_cases_list_only
resource, see test_cases