---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotwireless_fuota_task Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::IoTWireless::FuotaTask
---
# awscc_iotwireless_fuota_task (Data Source)
Data Source schema for AWS::IoTWireless::FuotaTask
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String) FUOTA task arn. Returned after successful create.
- `associate_multicast_group` (String) Multicast group to associate. Only for update request.
- `associate_wireless_device` (String) Wireless device to associate. Only for update request.
- `description` (String) FUOTA task description
- `disassociate_multicast_group` (String) Multicast group to disassociate. Only for update request.
- `disassociate_wireless_device` (String) Wireless device to disassociate. Only for update request.
- `firmware_update_image` (String) FUOTA task firmware update image binary S3 link
- `firmware_update_role` (String) FUOTA task firmware IAM role for reading S3
- `fuota_task_status` (String) FUOTA task status. Returned after successful read.
- `lo_ra_wan` (Attributes) FUOTA task LoRaWAN (see [below for nested schema](#nestedatt--lo_ra_wan))
- `name` (String) Name of FUOTA task
- `tags` (Attributes Set) A list of key-value pairs that contain metadata for the FUOTA task. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `lo_ra_wan`
Read-Only:
- `rf_region` (String) FUOTA task LoRaWAN RF region
- `start_time` (String) FUOTA task LoRaWAN start time
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)