Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UserStackAssociation

import type { UserStackAssociation } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

Describes a user in the user pool and the associated stack.

interface UserStackAssociation {
AuthenticationType: AuthenticationType;
SendEmailNotification?: boolean | null;
StackName: string;
UserName: string;
}

§Properties

§
AuthenticationType: AuthenticationType
[src]

The authentication type for the user.

§
SendEmailNotification?: boolean | null
[src]

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

§
StackName: string
[src]

The name of the stack that is associated with the user.

§
UserName: string
[src]

The email address of the user who is associated with the stack.

Note: Users' email addresses are case-sensitive.