Skip to main content

test_case_tags

Expands all tag keys and values for test_cases in a region

Overview

Nametest_case_tags
TypeResource
DescriptionRepresents a Test Case that can be captured and executed
Idaws.apptest.test_case_tags

Fields

NameDatatypeDescription
creation_timestring
descriptionstring
last_update_timestring
latest_versionobject
namestring
statusstring
stepsarray
test_case_arnstring
test_case_idstring
test_case_versionnumber
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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