AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::Device

CfnDevice

The `AWS::SageMaker::Device` resource is an Amazon SageMaker resource type that allows you to register your Devices against an existing SageMaker Edge Manager DeviceFleet. Each device must be listed individually in the CFN specification.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnDeviceProps.

deviceFleetNameRequired
string

The name of the fleet the device belongs to.

deviceOptional
IResolvable | DeviceProperty

Edge device you want to create.

tagsOptional
CfnTag[]

An array of key-value pairs that contain metadata to help you categorize and organize your devices. 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