Skip to content

Data Source: awsNetworkmanagerLinks

Retrieve information about link.

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

Argument Reference

  • globalNetworkId - (Required) ID of the Global Network of the links to retrieve.
  • providerName - (Optional) Link provider to retrieve.
  • siteId - (Optional) ID of the site of the links to retrieve.
  • tags - (Optional) Restricts the list to the links with these tags.
  • type - (Optional) Link type to retrieve.

Attributes Reference

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

  • ids - IDs of the links.