Skip to main content

devices

Retrieves a list of devices in a region

Overview

Namedevices
TypeResource
Descriptiondevices
Idawscc.networkmanager.devices

Fields

NameDatatypeDescription
global_network_idstringThe ID of the global network.
device_idstringThe ID of the device.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
global_network_id,
device_id
FROM awscc.networkmanager.devices
WHERE region = 'us-east-1'

Permissions

To operate on the devices resource, the following permissions are required:

Create

networkmanager:CreateDevice,
networkmanager:GetDevices,
networkmanager:TagResource

List

networkmanager:GetDevices