---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_iotwireless_wireless_gateway Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::IoTWireless::WirelessGateway
---
# awscc_iotwireless_wireless_gateway (Data Source)
Data Source schema for AWS::IoTWireless::WirelessGateway
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String) Arn for Wireless Gateway. Returned upon successful create.
- `description` (String) Description of Wireless Gateway.
- `last_uplink_received_at` (String) The date and time when the most recent uplink was received.
- `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))
- `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.
- `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`
Read-Only:
- `gateway_eui` (String)
- `rf_region` (String)
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)