Skip to main content

user_profile_tags

Expands all tag keys and values for user_profiles in a region

Overview

Nameuser_profile_tags
TypeResource
DescriptionResource Type definition for AWS::SageMaker::UserProfile
Idaws.sagemaker.user_profile_tags

Fields

NameDatatypeDescription
user_profile_arnstringThe user profile Amazon Resource Name (ARN).
domain_idstringThe ID of the associated Domain.
single_sign_on_user_identifierstringA specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
single_sign_on_user_valuestringThe username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
user_profile_namestringA name for the UserProfile.
user_settingsobjectA collection of settings.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all user_profiles in a region.

SELECT
region,
user_profile_arn,
domain_id,
single_sign_on_user_identifier,
single_sign_on_user_value,
user_profile_name,
user_settings,
tag_key,
tag_value
FROM aws.sagemaker.user_profile_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the user_profile_tags resource, see user_profiles