Skip to main content

test_cases_list_only

Lists test_cases in a region or regions, for all properties use test_cases

Overview

Nametest_cases_list_only
TypeResource
DescriptionRepresents a Test Case that can be captured and executed
Idaws.apptest.test_cases_list_only

Fields

NameDatatypeDescription
test_case_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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