Skip to main content

task_definition

Gets an individual task_definition resource

Overview

Nametask_definition
TypeResource
Descriptiontask_definition
Idawscc.iotwireless.task_definition

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.
tagsarrayA list of key-value pairs that contain metadata for the destination.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
auto_create_tasks,
update,
lo_ra_wan_update_gateway_task_entry,
id,
task_definition_type,
arn,
tags
FROM awscc.iotwireless.task_definition
WHERE data__Identifier = '<Id>';

Permissions

To operate on the task_definition resource, the following permissions are required:

Read

iotwireless:GetWirelessGatewayTaskDefinition,
iotwireless:ListTagsForResource

Delete

iotwireless:DeleteWirelessGatewayTaskDefinition