AWS::AppStream::StackUserAssociationThe `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 { CfnStackUserAssociation } from 'aws-cdk-lib/aws-appstream';Or use the module namespace:
import * as appstream from 'aws-cdk-lib/aws-appstream';
// appstream.CfnStackUserAssociationConfiguration passed to the constructor as CfnStackUserAssociationProps.
authenticationTypeRequiredstringThe authentication type for the user who is associated with the stack. You must specify USERPOOL.
stackNameRequiredstringThe name of the stack that is associated with the user.
userNameRequiredstringThe email address of the user who is associated with the stack. > Users' email addresses are case-sensitive.
sendEmailNotificationOptionalboolean | IResolvableSpecifies whether a welcome email is sent to a user after the user is created in the user pool.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-appstreamAWS::AppStream::StackUserAssociation