AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::DeviceFleet

CfnDeviceFleet

The `AWS::SageMaker::DeviceFleet` resource is an Amazon SageMaker resource type that allows you to create a DeviceFleet that manages your SageMaker Edge Manager Devices. You must register your devices against the `DeviceFleet` separately.

Import

import { CfnDeviceFleet } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnDeviceFleet

Properties

Configuration passed to the constructor as CfnDeviceFleetProps.

deviceFleetNameRequired
string

Name of the device fleet.

outputConfigRequired
IResolvable | EdgeOutputConfigProperty

The output configuration for storing sample data collected by the fleet.

roleArnRequired
string | IRoleRef

The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).

descriptionOptional
string

A description of the fleet.

tagsOptional
CfnTag[]

An array of key-value pairs that contain metadata to help you categorize and organize your device fleets. Each tag consists of a key and a value, both of which you define.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter