Skip to content

Data Source: awsNetworkmanagerSites

Retrieve information about sites.

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.dataAwsNetworkmanagerSites.DataAwsNetworkmanagerSites(this, "example", {
  globalNetworkId: "${var.global_network_id}",
  tags: {
    Env: "test",
  },
});

Argument Reference

  • globalNetworkId - (Required) ID of the Global Network of the sites to retrieve.
  • tags - (Optional) Restricts the list to the sites with these tags.

Attributes Reference

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

  • ids - IDs of the sites.