@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.768Z") @Stability(value=Experimental) public interface UserInvitationConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserInvitationConfig.Builder
A builder for
UserInvitationConfig |
static class |
UserInvitationConfig.Jsii$Proxy
An implementation for
UserInvitationConfig |
| Modifier and Type | Method and Description |
|---|---|
static UserInvitationConfig.Builder |
builder() |
default String |
getEmailBody()
(experimental) The template to the email body that is sent to the user when an administrator signs them up to the user pool.
|
default String |
getEmailSubject()
(experimental) The template to the email subject that is sent to the user when an administrator signs them up to the user pool.
|
default String |
getSmsMessage()
(experimental) The template to the SMS message that is sent to the user when an administrator signs them up to the user pool.
|
@Stability(value=Experimental) @Nullable default String getEmailBody()
Default: 'Your username is {username} and temporary password is {####}.'
@Stability(value=Experimental) @Nullable default String getEmailSubject()
Default: 'Your temporary password'
@Stability(value=Experimental) @Nullable default String getSmsMessage()
Default: 'Your username is {username} and temporary password is {####}'
@Stability(value=Experimental) static UserInvitationConfig.Builder builder()
UserInvitationConfig.Builder of UserInvitationConfigCopyright © 2021. All rights reserved.