aws.qbusiness.get_user
Example SQL Queries
SELECT * FROMaws.qbusiness.get_userWHERE"application_id" = 'VALUE'AND "user_id" = 'VALUE';Description
Describes the universally unique identifier (UUID) associated with a local user in a data source.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the application connected to the user. | VARCHAR |
| user_id Required Input Column The user email address attached to the user. | 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 |
| user_aliases A list of user aliases attached to a user. | STRUCT( |
Show child fields
| |