Skip to main content

task_definitions_list_only

Lists task_definitions in a region or regions, for all properties use task_definitions

Overview

Nametask_definitions_list_only
TypeResource
DescriptionCreates a gateway task definition.
Idaws.iotwireless.task_definitions_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all task_definitions in a region.

SELECT
region,
id
FROM aws.iotwireless.task_definitions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the task_definitions_list_only resource, see task_definitions