Skip to main content

command_tags

Expands all tag keys and values for commands in a region

Overview

Namecommand_tags
TypeResource
DescriptionRepresents the resource definition of AWS IoT Command.
Idaws.iot.command_tags

Fields

NameDatatypeDescription
command_arnstringThe Amazon Resource Name (ARN) of the command.
command_idstringThe unique identifier for the command.
created_atstringThe date and time when the command was created.
deprecatedbooleanA flag indicating whether the command is deprecated.
descriptionstringThe description of the command.
display_namestringThe display name for the command.
last_updated_atstringThe date and time when the command was last updated.
mandatory_parametersarrayThe list of mandatory parameters for the command.
namespacestringThe namespace to which the command belongs.
role_arnstringThe customer role associated with the command.
payloadobjectThe payload associated with the command.
pending_deletionbooleanA flag indicating whether the command is pending deletion.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all commands in a region.

SELECT
region,
command_arn,
command_id,
created_at,
deprecated,
description,
display_name,
last_updated_at,
mandatory_parameters,
namespace,
role_arn,
payload,
pending_deletion,
tag_key,
tag_value
FROM aws.iot.command_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the command_tags resource, see commands