Retrieve information about connections.
data "aws_networkmanager_connections" "example" {
global_network_id = var.global_network_id
tags = {
Env = "test"
}
}
device_id
- (Optional) ID of the device of the connections to retrieve.global_network_id
- (Required) ID of the Global Network of the connections to retrieve.tags
- (Optional) Restricts the list to the connections with these tags.This data source exports the following attributes in addition to the arguments above:
ids
- IDs of the connections.