AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::UserProfile

SageMaker UserProfile

Resource Type definition for AWS::SageMaker::UserProfile

Properties

6 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainId
string
RequiredCreate-only
UserProfileName
string
RequiredCreate-only
SingleSignOnUserIdentifier
string
Create-only
SingleSignOnUserValue
string
Create-only
Tags
Array<Tag>
Create-onlyWrite-only
UserSettings
UserSettings

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
UserProfileArnstringThe user profile Amazon Resource Name (ARN).

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::UserProfile

Resources:
  MyResource:
    Type: AWS::SageMaker::UserProfile
    Properties:
      DomainId: "my-domainid"
      UserProfileName: "my-userprofilename"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

sagemaker:CreateUserProfilesagemaker:DescribeUserProfilesagemaker:DescribeImagesagemaker:DescribeImageVersioniam:PassRole

read

sagemaker:DescribeUserProfile

update

sagemaker:UpdateUserProfilesagemaker:DescribeUserProfilesagemaker:DescribeImagesagemaker:DescribeImageVersioniam:PassRole

delete

sagemaker:DeleteUserProfilesagemaker:DescribeUserProfile

list

sagemaker:ListUserProfiles

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
Properties7
Required2
TaggingNot supported
Primary IDUserProfileName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DomainIdUserProfileNameSingleSignOnUserIdentifierSingleSignOnUserValueUserSettings/RStudioServerProAppSettings/AccessStatusUserSettings/RStudioServerProAppSettings/UserGroupTags

External Links