Skip to content

Data Source: awsNetworkmanagerLink

Retrieve information about a 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.dataAwsNetworkmanagerLink.DataAwsNetworkmanagerLink(this, "example", {
  globalNetworkId: "${var.global_network_id}",
  linkId: "${var.link_id}",
});

Argument Reference

  • globalNetworkId - (Required) ID of the Global Network of the link to retrieve.
  • linkId - (Required) ID of the specific link to retrieve.

Attributes Reference

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

  • arn - ARN of the link.
  • bandwidth - Upload speed and download speed of the link as documented below
  • description - Description of the link.
  • providerName - Provider of the link.
  • siteId - ID of the site.
  • tags - Key-value tags for the link.
  • type - Type of the link.

The bandwidth object supports the following:

  • downloadSpeed - Download speed in Mbps.
  • uploadSpeed - Upload speed in Mbps.