View source: R/appstream_operations.R
appstream_describe_user_stack_associations | R Documentation |
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
)
StackName |
The name of the stack that is associated with the user. |
UserName |
The email address of the user who is associated with the stack. Users' email addresses are case-sensitive. |
AuthenticationType |
The authentication type for the user who is associated with the stack. You must specify USERPOOL. |
MaxResults |
The maximum size of each page of results. |
NextToken |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.