Retrieve information about a connection.
data "aws_networkmanager_connection" "example" {
global_network_id = var.global_network_id
connection_id = var.connection_id
}
global_network_id
- (Required) ID of the Global Network of the connection to retrieve.connection_id
- (Required) ID of the specific connection to retrieve.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the connection.connected_device_id
- ID of the second device in the connection.connected_link_id
- ID of the link for the second device.description
- Description of the connection.device_id
- ID of the first device in the connection.link_id
- ID of the link for the first device.tags
- Key-value tags for the connection.