device_fleet
Gets an individual device_fleet
resource
Overview
Name | device_fleet |
Type | Resource |
Description | device_fleet |
Id | awscc.sagemaker.device_fleet |
Fields
Name | Datatype | Description |
---|---|---|
description | string | Description for the edge device fleet |
device_fleet_name | string | The name of the edge device fleet |
output_config | object | S3 bucket and an ecryption key id (if available) to store outputs for the fleet |
role_arn | string | Role associated with the 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,
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