Skip to main content

devices_list_only

Lists devices in a region or regions, for all properties use devices

Overview

Namedevices_list_only
TypeResource
DescriptionThe AWS::NetworkManager::Device type describes a device.
Idaws.networkmanager.devices_list_only

Fields

NameDatatypeDescription
device_arnstringThe Amazon Resource Name (ARN) of the device.
device_idstringThe ID of the device.
descriptionstringThe description of the device.
tagsarrayThe tags for 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all devices in a region.

SELECT
region,
global_network_id,
device_id
FROM aws.networkmanager.devices_list_only
WHERE region = 'us-east-1';

Permissions

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