| Package | Description |
|---|---|
| software.amazon.awscdk.services.appstream |
Amazon AppStream 2.0 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUser.Builder |
CfnUser.Builder.authenticationType(String authenticationType)
The authentication type for the user.
|
static CfnUser.Builder |
CfnUser.Builder.create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
CfnUser.Builder.firstName(String firstName)
The first name, or given name, of the user.
|
CfnUser.Builder |
CfnUser.Builder.lastName(String lastName)
The last name, or surname, of the user.
|
CfnUser.Builder |
CfnUser.Builder.messageAction(String messageAction)
The action to take for the welcome email that is sent to a user after the user is created in the user pool.
|
CfnUser.Builder |
CfnUser.Builder.userName(String userName)
The email address of the user.
|
Copyright © 2022. All rights reserved.