Resource Type: AWS > SageMaker > User Profile
The User Profile resource type represents a single user within an Amazon SageMaker Domain. Each user profile is created when a user onboards and includes an isolated Amazon EFS directory, an execution role, and settings for Studio applications. User profiles enable fine-grained access control and personalized settings for individual users within the domain.
Resource Context
User Profile is a part of the SageMaker service.
Each User Profile lives under a Region.
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-sagemaker#/resource/types/userProfile
- tmod:@turbot/turbot#/resource/categories/machineLearning
- turbot graphql resource --id "tmod:@turbot/aws-sagemaker#/resource/types/userProfile"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-sagemaker#/resource/types/userProfile';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-sagemaker#/resource/types/userProfile"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-sagemaker#/resource/types/userProfile' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query