Retrieve information about a site.
data "aws_networkmanager_site" "example" {
global_network_id = var.global_network_id
site_id = var.site_id
}
global_network_id
- (Required) ID of the Global Network of the site to retrieve.site_id
- (Required) ID of the specific site to retrieve.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the site.description
- Description of the site.location
- Site location as documented below.tags
- Key-value tags for the Site.The location
object supports the following:
address
- Address of the location.latitude
- Latitude of the location.longitude
- Longitude of the location.