state_templates_list_only
Lists state_templates
in a region or regions, for all properties use state_templates
Overview
Name | state_templates_list_only |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::StateTemplate Resource Type |
Id | aws.iotfleetwise.state_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all state_templates
in a region.
SELECT
region,
name
FROM aws.iotfleetwise.state_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the state_templates_list_only
resource, see state_templates