devices
Retrieves a list of devices
in a region
Overview
Name | devices |
Type | Resource |
Description | devices |
Id | awscc.networkmanager.devices |
Fields
Name | Datatype | Description |
---|---|---|
global_network_id | string | The ID of the global network. |
device_id | string | The ID of the device. |
region | string | AWS 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