class Aws::AppStream::Types::UserStackAssociation

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

@note When making an API call, you may pass UserStackAssociation

data as a hash:

    {
      stack_name: "String", # required
      user_name: "Username", # required
      authentication_type: "API", # required, accepts API, SAML, USERPOOL
      send_email_notification: false,
    }

@!attribute [rw] stack_name

The name of the stack that is associated with the user.
@return [String]

@!attribute [rw] user_name

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

<note markdown="1"> Users' email addresses are case-sensitive.

 </note>
@return [String]

@!attribute [rw] authentication_type

The authentication type for the user.
@return [String]

@!attribute [rw] send_email_notification

Specifies whether a welcome email is sent to a user after the user
is created in the user pool.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/UserStackAssociation AWS API Documentation

Constants

SENSITIVE