AWS::SageMaker::DeviceFleetThe `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 { CfnDeviceFleet } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnDeviceFleetConfiguration passed to the constructor as CfnDeviceFleetProps.
deviceFleetNameRequiredstringName of the device fleet.
outputConfigRequiredIResolvable | EdgeOutputConfigPropertyThe output configuration for storing sample data collected by the fleet.
roleArnRequiredstring | IRoleRefThe Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).
descriptionOptionalstringA description of the fleet.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::DeviceFleet