aws.datazone.get_user_profile
Example SQL Queries
SELECT * FROMaws.datazone.get_user_profileWHERE"domain_identifier" = 'VALUE'AND "user_identifier" = 'VALUE';Description
Gets a user profile in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column the ID of the Amazon DataZone domain the data portal of which you want to get. | VARCHAR |
| user_identifier Required Input Column The identifier of the user for which you want to get the user profile. | VARCHAR |
| type Input Column The type of the user profile. | 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 in Amazon DataZone. | STRUCT( |
Show child fields
| |
| domain_id the identifier of the Amazon DataZone domain of which you want to get the user profile. | VARCHAR |
| id The identifier of the user profile. | VARCHAR |
| status The status of the user profile. | VARCHAR |