---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotwireless_wireless_gateway Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Create and manage wireless gateways, including LoRa gateways.
---
# awscc_iotwireless_wireless_gateway (Resource)
Create and manage wireless gateways, including LoRa gateways.
## Schema
### Required
- `lo_ra_wan` (Attributes) The combination of Package, Station and Model which represents the version of the LoRaWAN Wireless Gateway. (see [below for nested schema](#nestedatt--lo_ra_wan))
### Optional
- `description` (String) Description of Wireless Gateway.
- `last_uplink_received_at` (String) The date and time when the most recent uplink was received.
- `name` (String) Name of Wireless Gateway.
- `tags` (Attributes Set) A list of key-value pairs that contain metadata for the gateway. (see [below for nested schema](#nestedatt--tags))
- `thing_arn` (String) Thing Arn. Passed into Update to associate a Thing with the Wireless Gateway.
### Read-Only
- `arn` (String) Arn for Wireless Gateway. Returned upon successful create.
- `id` (String) Id for Wireless Gateway. Returned upon successful create.
- `thing_name` (String) Thing Arn. If there is a Thing created, this can be returned with a Get call.
### Nested Schema for `lo_ra_wan`
Required:
- `gateway_eui` (String)
- `rf_region` (String)
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_iotwireless_wireless_gateway.example
```