Skip to main content

commands_list_only

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

Overview

Namecommands_list_only
TypeResource
DescriptionRepresents the resource definition of AWS IoT Command.
Idaws.iot.commands_list_only

Fields

NameDatatypeDescription
command_idstringThe unique identifier for the command.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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