task_definition
Gets an individual task_definition
resource
Overview
Name | task_definition |
Type | Resource |
Description | task_definition |
Id | awscc.iotwireless.task_definition |
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
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