aws.codecatalyst.get_user_details
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_user_details;Description
Returns information about a user.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Input Column The system-generated unique ID of the user. | VARCHAR |
| user_name Input Column The name of the user as displayed in Amazon CodeCatalyst. | 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
| |
| display_name The friendly name displayed for the user in Amazon CodeCatalyst. | VARCHAR |
| primary_email The email address provided by the user when they signed up. | STRUCT( |
Show child fields
| |
| user_id The system-generated unique ID of the user. | VARCHAR |
| version | VARCHAR |