Skip to content

Data Source: awsNetworkmanagerDevices

Retrieve information about devices.

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

Argument Reference

  • globalNetworkId - (Required) ID of the Global Network of the devices to retrieve.
  • siteId - (Optional) ID of the site of the devices to retrieve.
  • tags - (Optional) Restricts the list to the devices with these tags.

Attributes Reference

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

  • ids - IDs of the devices.