aws.appstream.describe_user_stack_associations
Example SQL Queries
SELECT * FROMaws.appstream.describe_user_stack_associations;Description
Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
The stack name
The user name (email address of the user associated with the stack) and the authentication type for the user
Table Definition
| Column Name | Column Data Type |
|---|---|
| authentication_type Input Column The authentication type for the user. | VARCHAR |
| stack_name Input Column The name of the stack that is associated with the user. | VARCHAR |
| user_name Input Column The email address of the user who is associated with the stack. Users' email addresses are case-sensitive. | 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
| |
| send_email_notification Specifies whether a welcome email is sent to a user after the user is created in the user pool. | BOOLEAN |