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_id | string | The ID of the device. |
global_network_id | string | The ID of the global network. |
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