aws.appstream.describe_users
Example SQL Queries
SELECT * FROMaws.appstream.describe_usersWHERE"authentication_type" = 'VALUE';Description
Retrieves a list that describes one or more specified users in the user pool.
Table Definition
| Column Name | Column Data Type |
|---|---|
| authentication_type Required Input Column The authentication type for 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
| |
| arn The ARN of the user. | VARCHAR |
| created_time The date and time the user was created in the user pool. | TIMESTAMP_S |
| enabled Specifies whether the user in the user pool is enabled. | BOOLEAN |
| first_name The first name, or given name, of the user. | VARCHAR |
| last_name The last name, or surname, of the user. | VARCHAR |
| status The status of the user in the user pool. The status can be one of the following:
| VARCHAR |
| user_name The email address of the user. Users' email addresses are case-sensitive. | VARCHAR |