Skip to main content

suite_definitions_list_only

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

Overview

Namesuite_definitions_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.iotcoredeviceadvisor.suite_definitions_list_only

Fields

NameDatatypeDescription
suite_definition_configurationobject
suite_definition_idstringThe unique identifier for the suite definition.
suite_definition_arnstringThe Amazon Resource name for the suite definition.
suite_definition_versionstringThe suite definition version of a test suite.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all suite_definitions in a region.

SELECT
region,
suite_definition_id
FROM aws.iotcoredeviceadvisor.suite_definitions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the suite_definitions_list_only resource, see suite_definitions