device
Gets an individual device
resource
Overview
Name | device |
Type | Resource |
Description | device |
Id | awscc.sagemaker.device |
Fields
Name | Datatype | Description |
---|---|---|
device_fleet_name | string | The name of the edge device fleet |
device | object | The Edge Device you want to register against a device fleet |
tags | array | Associate tags with the resource |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
device_fleet_name,
device,
tags
FROM awscc.sagemaker.device
WHERE data__Identifier = '<Device/DeviceName>';
Permissions
To operate on the device
resource, the following permissions are required:
Read
sagemaker:DescribeDevice
Update
sagemaker:UpdateDevices
Delete
sagemaker:DeregisterDevices