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>
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:DescribeImageVersionsagemaker:ListTagsiam:PassRolesso:DescribeInstancesso:ListInstancesidentitystore:DescribeUseridentitystore:ListUserssagemaker:AddTags

read

sagemaker:DescribeUserProfilesagemaker:ListTagssso:DescribeInstancesso:ListInstancesidentitystore:DescribeUseridentitystore:ListUsers

update

sagemaker:UpdateUserProfilesagemaker:DescribeUserProfilesagemaker:DescribeImagesagemaker:DescribeImageVersionsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagsiam:PassRolesso:DescribeInstancesso:ListInstancesidentitystore:DescribeUseridentitystore:ListUsers

delete

sagemaker:DeleteUserProfilesagemaker:DescribeUserProfilesagemaker:AddTagssagemaker:ListTagssagemaker:DeleteTagssso:DescribeInstancesso:ListInstancesidentitystore:DescribeUseridentitystore:ListUsers

list

sagemaker:ListUserProfilessagemaker:ListTagssso:DescribeInstancesso:ListInstancesidentitystore:DescribeUseridentitystore:ListUsers

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
TaggingSupported
Primary IDUserProfileName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DomainIdUserProfileNameUserSettings/RStudioServerProAppSettings/AccessStatusSingleSignOnUserIdentifierSingleSignOnUserValueUserSettings/RStudioServerProAppSettings/UserGroup

External Links