Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:
See https://www.paws-r-sdk.com/docs/appstream_describe_user_stack_associations/ for full documentation.
appstream_describe_user_stack_associations(
StackName = NULL,
UserName = NULL,
AuthenticationType = NULL,
MaxResults = NULL,
NextToken = NULL
)
The name of the stack that is associated with the user.
The email address of the user who is associated with the stack.
Users' email addresses are case-sensitive.
The authentication type for the user who is associated with the stack. You must specify USERPOOL.
The maximum size of each page of results.
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.