Skip to main content

device

Gets an individual device resource

Overview

Namedevice
TypeResource
Descriptiondevice
Idawscc.sagemaker.device

Fields

NameDatatypeDescription
device_fleet_namestringThe name of the edge device fleet
deviceobjectThe Edge Device you want to register against a device fleet
tagsarrayAssociate tags with the resource
regionstringAWS 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