fuota_task
Gets an individual fuota_task
resource
Overview
Name | fuota_task |
Type | Resource |
Description | fuota_task |
Id | awscc.iotwireless.fuota_task |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of FUOTA task |
description | string | FUOTA task description |
lo_ra_wan | object | FUOTA task LoRaWAN |
firmware_update_image | string | FUOTA task firmware update image binary S3 link |
firmware_update_role | string | FUOTA task firmware IAM role for reading S3 |
arn | string | FUOTA task arn. Returned after successful create. |
id | string | FUOTA task id. Returned after successful create. |
tags | array | A list of key-value pairs that contain metadata for the FUOTA task. |
fuota_task_status | string | FUOTA task status. Returned after successful read. |
associate_wireless_device | string | Wireless device to associate. Only for update request. |
disassociate_wireless_device | string | Wireless device to disassociate. Only for update request. |
associate_multicast_group | string | Multicast group to associate. Only for update request. |
disassociate_multicast_group | string | Multicast group to disassociate. Only for update request. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
description,
lo_ra_wan,
firmware_update_image,
firmware_update_role,
arn,
id,
tags,
fuota_task_status,
associate_wireless_device,
disassociate_wireless_device,
associate_multicast_group,
disassociate_multicast_group
FROM awscc.iotwireless.fuota_task
WHERE data__Identifier = '<Id>';
Permissions
To operate on the fuota_task
resource, the following permissions are required:
Read
iotwireless:GetFuotaTask,
iotwireless:ListTagsForResource
Update
iam:PassRole,
iotwireless:UpdateFuotaTask,
iotwireless:UntagResource,
iotwireless:ListTagsForResource,
iotwireless:AssociateMulticastGroupWithFuotaTask,
iotwireless:DisassociateMulticastGroupFromFuotaTask,
iotwireless:AssociateWirelessDeviceWithFuotaTask,
iotwireless:DisassociateWirelessDeviceFromFuotaTask
Delete
iotwireless:DeleteFuotaTask