Skip to content

Data Source: awsNetworkmanagerGlobalNetworks

Retrieve information about global networks.

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.dataAwsNetworkmanagerGlobalNetworks.DataAwsNetworkmanagerGlobalNetworks(
  this,
  "example",
  {
    tags: {
      Env: "test",
    },
  }
);

Argument Reference

  • tags - (Optional) Restricts the list to the global networks with these tags.

Attributes Reference

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

  • ids - IDs of the global networks.