AWS::AppStream::StackUserAssociation
The AWS::AppStream::StackUserAssociation resource associates the specified
stacks with the specified users for Amazon AppStream 2.0. For more information, see
UserStackAssociation in the Amazon AppStream 2.0 API Reference.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::AppStream::StackUserAssociation", "Properties" : { "AuthenticationType" :String, "SendEmailNotification" :Boolean, "StackName" :String, "Username" :String} }
YAML
Type: "AWS::AppStream::StackUserAssociation" Properties: AuthenticationType:StringSendEmailNotification:BooleanStackName:StringUsername:String
Properties
AuthenticationType-
The authentication type for the user.
Required: Yes
Type: String
Update requires: Replacement
SendEmailNotification-
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
Required: No
Type: Boolean
Update requires: No interruption
StackName-
The name of the stack.
Required: Yes
Type: String
Update requires: Replacement
Username-
The email address of the user.
Required: Yes
Type: String
Update requires: Replacement
See Also
-
UserStackAssociation in the Amazon AppStream 2.0 API Reference
