task_definitions_list_only
Lists task_definitions
in a region or regions, for all properties use task_definitions
Overview
Name | task_definitions_list_only |
Type | Resource |
Description | Creates a gateway task definition. |
Id | aws.iotwireless.task_definitions_list_only |
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. |
tags | array | A list of key-value pairs that contain metadata for the destination. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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