---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_networkmanager_site Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::NetworkManager::Site
---
# awscc_networkmanager_site (Data Source)
Data Source schema for AWS::NetworkManager::Site
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `description` (String) The description of the site.
- `global_network_id` (String) The ID of the global network.
- `location` (Attributes) The location of the site. (see [below for nested schema](#nestedatt--location))
- `site_arn` (String) The Amazon Resource Name (ARN) of the site.
- `site_id` (String) The ID of the site.
- `tags` (Attributes List) The tags for the site. (see [below for nested schema](#nestedatt--tags))
### 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)