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_id | string | The unique identifier for the suite definition. |
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