user_profiles
Retrieves a list of user_profiles
in a region
Overview
Name | user_profiles |
Type | Resource |
Description | user_profiles |
Id | awscc.sagemaker.user_profiles |
Fields
Name | Datatype | Description |
---|---|---|
user_profile_name | string | A name for the UserProfile. |
domain_id | string | The ID of the associated Domain. |
region | string | AWS 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