AWS::SageMaker::DeviceFleetResource schema for AWS::SageMaker::DeviceFleet
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeviceFleetName | string | RequiredCreate-only |
OutputConfig | EdgeOutputConfig | Required |
RoleArn | string | Required |
Description | string | |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateDeviceFleetiam:PassRolesagemaker:DescribeDeviceFleetsagemaker:UpdateDeviceFleetiam:PassRolesagemaker:DeleteDeviceFleetOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDeviceFleetNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DeviceFleetName