task_definition_tags
Expands all tag keys and values for task_definitions
in a region
Overview
Name | task_definition_tags |
Type | Resource |
Description | Creates a gateway task definition. |
Id | aws.iotwireless.task_definition_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the new resource. |
auto_create_tasks | boolean | Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask. |
update | object | Information about the gateways to update. |
lo_ra_wan_update_gateway_task_entry | object | The list of task definitions. |
id | string | The ID of the new wireless gateway task definition |
task_definition_type | string | A filter to list only the wireless gateway task definitions that use this task definition type |
arn | string | TaskDefinition arn. Returned after successful create. |
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 task_definitions
in a region.
SELECT
region,
name,
auto_create_tasks,
update,
lo_ra_wan_update_gateway_task_entry,
id,
task_definition_type,
arn,
tag_key,
tag_value
FROM aws.iotwireless.task_definition_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the task_definition_tags
resource, see task_definitions