suite_definitions_list_only
Lists suite_definitions
in a region or regions, for all properties use suite_definitions
Overview
Name | suite_definitions_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.iotcoredeviceadvisor.suite_definitions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
suite_definition_configuration | object | |
suite_definition_id | string | The unique identifier for the suite definition. |
suite_definition_arn | string | The Amazon Resource name for the suite definition. |
suite_definition_version | string | The suite definition version of a test suite. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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