device_tags
Expands all tag keys and values for devices
in a region
Overview
Name | device_tags |
Type | Resource |
Description | The AWS::NetworkManager::Device type describes a device. |
Id | aws.networkmanager.device_tags |
Fields
Name | Datatype | Description |
---|---|---|
device_arn | string | The Amazon Resource Name (ARN) of the device. |
device_id | string | The ID of the device. |
description | string | The description of the device. |
global_network_id | string | The ID of the global network. |
aws_location | object | The Amazon Web Services location of the device, if applicable. |
location | object | The site location. |
model | string | The device model |
serial_number | string | The device serial number. |
site_id | string | The site ID. |
type | string | The device type. |
vendor | string | The device vendor. |
created_at | string | The date and time that the device was created. |
state | string | The state of the device. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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