Skip to content

Data Source: awsNetworkmanagerSite

Retrieve information about a site.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsNetworkmanagerSite.DataAwsNetworkmanagerSite(this, "example", {
  globalNetworkId: "${var.global_network_id}",
  siteId: "${var.site_id}",
});

Argument Reference

  • globalNetworkId - (Required) ID of the Global Network of the site to retrieve.
  • siteId - (Required) ID of the specific site to retrieve.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • 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.