Retrieve information about a device.
data "aws_networkmanager_device" "example" {
global_network_id_id = var.global_network_id
device_id = var.device_id
}
device_id
- (Required) ID of the device.global_network_id
- (Required) ID of the global network.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the device.aws_location
- AWS location of the device. Documented below.description
- Description of the device.location
- Location of the device. Documented below.model
- Model of device.serial_number
- Serial number of the device.site_id
- ID of the site.tags
- Key-value tags for the device.type
- Type of device.vendor
- Vendor of the device.The aws_location
object supports the following:
subnet_arn
- ARN of the subnet that the device is located in.zone
- Zone that the device is located in.The location
object supports the following:
address
- Physical address.latitude
- Latitude.longitude
- Longitude.