Skip to main content

user_profiles

Retrieves a list of user_profiles in a region

Overview

Nameuser_profiles
TypeResource
Descriptionuser_profiles
Idawscc.sagemaker.user_profiles

Fields

NameDatatypeDescription
user_profile_namestringA name for the UserProfile.
domain_idstringThe ID of the associated Domain.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
user_profile_name,
domain_id
FROM awscc.sagemaker.user_profiles
WHERE region = 'us-east-1'

Permissions

To operate on the user_profiles resource, the following permissions are required:

Create

sagemaker:CreateUserProfile,
sagemaker:DescribeUserProfile,
sagemaker:DescribeImage,
sagemaker:DescribeImageVersion,
iam:PassRole

List

sagemaker:ListUserProfiles