---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_networkmanager_device Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::NetworkManager::Device
---
# awscc_networkmanager_device (Data Source)
Data Source schema for AWS::NetworkManager::Device
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `description` (String) The description of the device.
- `device_arn` (String) The Amazon Resource Name (ARN) of the device.
- `device_id` (String) The ID of the device.
- `global_network_id` (String) The ID of the global network.
- `location` (Attributes) The site location. (see [below for nested schema](#nestedatt--location))
- `model` (String) The device model
- `serial_number` (String) The device serial number.
- `site_id` (String) The site ID.
- `tags` (Attributes List) The tags for the device. (see [below for nested schema](#nestedatt--tags))
- `type` (String) The device type.
- `vendor` (String) The device vendor.
### Nested Schema for `location`
Read-Only:
- `address` (String) The physical address.
- `latitude` (String) The latitude.
- `longitude` (String) The longitude.
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)