AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::AppStream::StackUserAssociation

CfnStackUserAssociation

The `AWS::AppStream::StackUserAssociation` resource associates the specified users with the specified stacks for Amazon AppStream 2.0. Users in an AppStream 2.0 user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

Import

import { CfnStackUserAssociation } from 'aws-cdk-lib/aws-appstream';

Or use the module namespace:

import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnStackUserAssociation

Properties

Configuration passed to the constructor as CfnStackUserAssociationProps.

authenticationTypeRequired
string

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

stackNameRequired
string

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

userNameRequired
string

The email address of the user who is associated with the stack. > Users' email addresses are case-sensitive.

sendEmailNotificationOptional
boolean | IResolvable

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter