commands_list_only
Lists commands
in a region or regions, for all properties use commands
Overview
Name | commands_list_only |
Type | Resource |
Description | Represents the resource definition of AWS IoT Command. |
Id | aws.iot.commands_list_only |
Fields
Name | Datatype | Description |
---|---|---|
command_id | string | The unique identifier for the command. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all commands
in a region.
SELECT
region,
command_id
FROM aws.iot.commands_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the commands_list_only
resource, see commands