Retrieve information about link.
data "aws_networkmanager_links" "example" {
global_network_id = var.global_network_id
tags = {
Env = "test"
}
}
global_network_id
- (Required) ID of the Global Network of the links to retrieve.provider_name
- (Optional) Link provider to retrieve.site_id
- (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.This data source exports the following attributes in addition to the arguments above:
ids
- IDs of the links.