aws.datazone.search_user_profiles
Example SQL Queries
SELECT * FROMaws.datazone.search_user_profilesWHERE"domain_identifier" = 'VALUE'AND "user_type" = 'VALUE';Description
Searches user profiles in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain in which you want to search user profiles. | VARCHAR |
| user_type Required Input Column Specifies the user type for the SearchUserProfiles action. | VARCHAR |
| search_text Input Column Specifies the text for which to search. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| details The details of the user profile. | STRUCT( |
Show child fields
| |
| domain_id The ID of the Amazon DataZone domain of the user profile. | VARCHAR |
| id The ID of the user profile. | VARCHAR |
| status The status of the user profile. | VARCHAR |
| type The type of the user profile. | VARCHAR |