devices_list_only
Lists devices
in a region or regions, for all properties use devices
Overview
Name | devices_list_only |
Type | Resource |
Description | The AWS::NetworkManager::Device type describes a device. |
Id | aws.networkmanager.devices_list_only |
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. |
tags | array | The tags for 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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