public static final class CfnStackUserAssociation.Builder
extends java.lang.Object
CfnStackUserAssociation
.Modifier and Type | Method and Description |
---|---|
CfnStackUserAssociation.Builder |
authenticationType(java.lang.String authenticationType)
The authentication type for the user who is associated with the stack.
|
CfnStackUserAssociation |
build() |
static CfnStackUserAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnStackUserAssociation.Builder |
sendEmailNotification(java.lang.Boolean sendEmailNotification)
Specifies whether a welcome email is sent to a user after the user is created in the user pool.
|
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 |
stackName(java.lang.String stackName)
The name of the stack that is associated with the user.
|
CfnStackUserAssociation.Builder |
userName(java.lang.String userName)
The email address of the user who is associated with the stack.
|
public static CfnStackUserAssociation.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnStackUserAssociation.Builder
.public CfnStackUserAssociation.Builder authenticationType(java.lang.String authenticationType)
You must specify USERPOOL.
authenticationType
- The authentication type for the user who is associated with the stack. This parameter is required.this
public CfnStackUserAssociation.Builder stackName(java.lang.String stackName)
stackName
- The name of the stack that is associated with the user. This parameter is required.this
public CfnStackUserAssociation.Builder userName(java.lang.String userName)
Users' email addresses are case-sensitive.
userName
- The email address of the user who is associated with the stack. This parameter is required.this
public CfnStackUserAssociation.Builder sendEmailNotification(java.lang.Boolean sendEmailNotification)
sendEmailNotification
- Specifies whether a welcome email is sent to a user after the user is created in the user pool. This parameter is required.this
public CfnStackUserAssociation.Builder sendEmailNotification(IResolvable sendEmailNotification)
sendEmailNotification
- Specifies whether a welcome email is sent to a user after the user is created in the user pool. This parameter is required.this
public CfnStackUserAssociation build()