Skip to main content

device_fleet

Gets an individual device_fleet resource

Overview

Namedevice_fleet
TypeResource
Descriptiondevice_fleet
Idawscc.sagemaker.device_fleet

Fields

NameDatatypeDescription
descriptionstringDescription for the edge device fleet
device_fleet_namestringThe name of the edge device fleet
output_configobjectS3 bucket and an ecryption key id (if available) to store outputs for the fleet
role_arnstringRole associated with the device fleet
tagsarrayAssociate tags with the resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
description,
device_fleet_name,
output_config,
role_arn,
tags
FROM awscc.sagemaker.device_fleet
WHERE data__Identifier = '<DeviceFleetName>';

Permissions

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

Read

sagemaker:DescribeDeviceFleet

Update

sagemaker:UpdateDeviceFleet,
iam:PassRole

Delete

sagemaker:DeleteDeviceFleet