Skip to main content

device_tags

Expands all tag keys and values for devices in a region

Overview

Namedevice_tags
TypeResource
DescriptionThe AWS::NetworkManager::Device type describes a device.
Idaws.networkmanager.device_tags

Fields

NameDatatypeDescription
device_arnstringThe Amazon Resource Name (ARN) of the device.
device_idstringThe ID of the device.
descriptionstringThe description of the device.
global_network_idstringThe ID of the global network.
aws_locationobjectThe Amazon Web Services location of the device, if applicable.
locationobjectThe site location.
modelstringThe device model
serial_numberstringThe device serial number.
site_idstringThe site ID.
typestringThe device type.
vendorstringThe device vendor.
created_atstringThe date and time that the device was created.
statestringThe state of the device.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all devices in a region.

SELECT
region,
device_arn,
device_id,
description,
global_network_id,
aws_location,
location,
model,
serial_number,
site_id,
type,
vendor,
created_at,
state,
tag_key,
tag_value
FROM aws.networkmanager.device_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the device_tags resource, see devices