| Package | Description |
|---|---|
| software.amazon.awscdk.services.appstream |
Amazon AppStream 2.0 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.authenticationType(String authenticationType)
The authentication type for the user who is associated with the stack.
|
static CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.create(software.constructs.Construct scope,
String id) |
CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.sendEmailNotification(Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.sendEmailNotification(IResolvable sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.stackName(String stackName)
The name of the stack that is associated with the user.
|
CfnStackUserAssociation.Builder |
CfnStackUserAssociation.Builder.userName(String userName)
The email address of the user who is associated with the stack.
|
Copyright © 2022. All rights reserved.