command_tags
Expands all tag keys and values for commands
in a region
Overview
Name | command_tags |
Type | Resource |
Description | Represents the resource definition of AWS IoT Command. |
Id | aws.iot.command_tags |
Fields
Name | Datatype | Description |
---|---|---|
command_arn | string | The Amazon Resource Name (ARN) of the command. |
command_id | string | The unique identifier for the command. |
created_at | string | The date and time when the command was created. |
deprecated | boolean | A flag indicating whether the command is deprecated. |
description | string | The description of the command. |
display_name | string | The display name for the command. |
last_updated_at | string | The date and time when the command was last updated. |
mandatory_parameters | array | The list of mandatory parameters for the command. |
namespace | string | The namespace to which the command belongs. |
role_arn | string | The customer role associated with the command. |
payload | object | The payload associated with the command. |
pending_deletion | boolean | A flag indicating whether the command is pending deletion. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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