Values.UserStackAssociationSourceDescribes a user in the user pool and the associated stack.
type nonrec t = {stackName : String_.t;The name of the stack that is associated with the user.
*)userName : Username.t;The email address of the user who is associated with the stack. Users' email addresses are case-sensitive.
*)authenticationType : AuthenticationType.t;The authentication type for the user.
*)sendEmailNotification : Boolean.t option;Specifies whether a welcome email is sent to a user after the user is created in the user pool.
*)}val make :
?sendEmailNotification:??? ->
stackName:String_.t ->
userName:Username.t ->
authenticationType:AuthenticationType.t ->
unit ->
t