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 | A user profile represents Amazon DataZone users. Amazon DataZone supports both IAM roles and SSO identities to interact with the Amazon DataZone Management Console and the data portal for different purposes. Domain administrators use IAM roles to perform the initial administrative domain-related work in the Amazon DataZone Management Console, including creating new Amazon DataZone domains, configuring metadata form types, and implementing policies. Data workers use their SSO corporate identities via Identity Center to log into the Amazon DataZone Data Portal and access projects where they have memberships. |
Id | aws.datazone.user_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
details | undefined | |
domain_id | string | The identifier of the Amazon DataZone domain in which the user profile is created. |
domain_identifier | string | The identifier of the Amazon DataZone domain in which the user profile would be created. |
id | string | The ID of the Amazon DataZone user profile. |
status | string | The status of the user profile. |
type | string | The type of the user profile. |
user_identifier | string | The ID of the user. |
user_type | string | The type of the user. |
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,
domain_id,
id
FROM aws.datazone.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