Skip to main content

user_profiles_list_only

Lists user_profiles in a region or regions, for all properties use user_profiles

Overview

Nameuser_profiles_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::UserProfile
Idaws.sagemaker.user_profiles_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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