Skip to main content

task_definition_tags

Expands all tag keys and values for task_definitions in a region

Overview

Nametask_definition_tags
TypeResource
DescriptionCreates a gateway task definition.
Idaws.iotwireless.task_definition_tags

Fields

NameDatatypeDescription
namestringThe name of the new resource.
auto_create_tasksbooleanWhether 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.
updateobjectInformation about the gateways to update.
lo_ra_wan_update_gateway_task_entryobjectThe list of task definitions.
idstringThe ID of the new wireless gateway task definition
task_definition_typestringA filter to list only the wireless gateway task definitions that use this task definition type
arnstringTaskDefinition arn. Returned after successful create.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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