AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::Device

SageMaker Device

Resource schema for AWS::SageMaker::Device

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
DeviceFleetName
string
Required
Device
Device
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Device

Resources:
  MyResource:
    Type: AWS::SageMaker::Device
    Properties:
      DeviceFleetName: "my-devicefleetname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:RegisterDevices

read

sagemaker:DescribeDevice

update

sagemaker:UpdateDevices

delete

sagemaker:DeregisterDevices

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties3
Required1
TaggingNot supported
Primary IDDevice/DeviceName

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Device/DeviceName

External Links