@Stability(value=Stable) public static final class CfnStackUserAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnStackUserAssociation>
CfnStackUserAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnStackUserAssociation.Builder |
authenticationType(String authenticationType)
The authentication type for the user who is associated with the stack.
|
CfnStackUserAssociation |
build() |
static CfnStackUserAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
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 |
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(String stackName)
The name of the stack that is associated with the user.
|
CfnStackUserAssociation.Builder |
userName(String userName)
The email address of the user who is associated with the stack.
|
@Stability(value=Stable) public static CfnStackUserAssociation.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnStackUserAssociation.Builder authenticationType(String authenticationType)
You must specify USERPOOL.
authenticationType - The authentication type for the user who is associated with the stack. This parameter is required.this@Stability(value=Stable) public CfnStackUserAssociation.Builder stackName(String stackName)
stackName - The name of the stack that is associated with the user. This parameter is required.this@Stability(value=Stable) public CfnStackUserAssociation.Builder userName(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@Stability(value=Stable) public CfnStackUserAssociation.Builder sendEmailNotification(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@Stability(value=Stable) 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@Stability(value=Stable) public CfnStackUserAssociation build()
build in interface software.amazon.jsii.Builder<CfnStackUserAssociation>Copyright © 2022. All rights reserved.