Skip to content

Data Source: awsNetworkmanagerConnections

Retrieve information about connections.

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

Argument Reference

  • deviceId - (Optional) ID of the device of the connections to retrieve.
  • globalNetworkId - (Required) ID of the Global Network of the connections to retrieve.
  • tags - (Optional) Restricts the list to the connections with these tags.

Attributes Reference

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

  • ids - IDs of the connections.