---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_networkmanager_device Resource - terraform-provider-awscc"
subcategory: ""
description: |-
The AWS::NetworkManager::Device type describes a device.
---
# awscc_networkmanager_device (Resource)
The AWS::NetworkManager::Device type describes a device.
## Schema
### Required
- `global_network_id` (String) The ID of the global network.
### Optional
- `description` (String) The description of the device.
- `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.
### Read-Only
- `device_arn` (String) The Amazon Resource Name (ARN) of the device.
- `device_id` (String) The ID of the device.
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `location`
Optional:
- `address` (String) The physical address.
- `latitude` (String) The latitude.
- `longitude` (String) The longitude.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_networkmanager_device.example
```