AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::DeviceFleet

SageMaker DeviceFleet

Resource schema for AWS::SageMaker::DeviceFleet

Properties

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

Filter:
PropertyTypeFlags
DeviceFleetName
string
RequiredCreate-only
OutputConfig
EdgeOutputConfig
Required
RoleArn
string
Required
Description
string
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::DeviceFleet

Resources:
  MyResource:
    Type: AWS::SageMaker::DeviceFleet
    Properties:
      DeviceFleetName: "my-devicefleetname"
      OutputConfig: "value"
      RoleArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

sagemaker:CreateDeviceFleetiam:PassRole

read

sagemaker:DescribeDeviceFleet

update

sagemaker:UpdateDeviceFleetiam:PassRole

delete

sagemaker:DeleteDeviceFleet

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
Properties5
Required3
TaggingNot supported
Primary IDDeviceFleetName

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

DeviceFleetName

External Links