user_profiles_list_only
Lists user_profiles in a region or regions, for all properties use user_profiles
Overview
| Name | user_profiles_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::SageMaker::UserProfile |
| Id | aws.sagemaker.user_profiles_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
domain_id | string | The ID of the associated Domain. |
user_profile_name | string | A name for the UserProfile. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all user_profiles in a region.
SELECT
region,
user_profile_name,
domain_id
FROM aws.sagemaker.user_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_profiles_list_only resource, see user_profiles