@Stability(value=Stable) @Internal public static final class UserPoolSESOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolSESOptions
UserPoolSESOptionssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolSESOptions.Builder, UserPoolSESOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(UserPoolSESOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
UserPoolSESOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getConfigurationSetName()
The name of a configuration set in Amazon SES that should be applied to emails sent via Cognito.
|
String |
getFromEmail()
The verified Amazon SES email address that Cognito should use to send emails.
|
String |
getFromName()
An optional name that should be used as the sender's name along with the email.
|
String |
getReplyTo()
The destination to which the receiver of the email should reploy to.
|
String |
getSesRegion()
Required if the UserPool region is different than the SES region.
|
String |
getSesVerifiedDomain()
SES Verified custom domain to be used to verify the identity.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(UserPoolSESOptions.Builder builder)
UserPoolSESOptions.Builder.public final String getFromEmail()
UserPoolSESOptionsThe email address used must be a verified email address in Amazon SES and must be configured to allow Cognito to send emails.
getFromEmail in interface UserPoolSESOptionspublic final String getConfigurationSetName()
UserPoolSESOptionsDefault: - no configuration set
public final String getFromName()
UserPoolSESOptionsDefault: - no name
getFromName in interface UserPoolSESOptionspublic final String getReplyTo()
UserPoolSESOptionsDefault: - same as the fromEmail
getReplyTo in interface UserPoolSESOptionspublic final String getSesRegion()
UserPoolSESOptionsIf sending emails with a Amazon SES verified email address, and the region that SES is configured is different than the region in which the UserPool is deployed, you must specify that region here.
Default: - The same region as the Cognito UserPool
getSesRegion in interface UserPoolSESOptionspublic final String getSesVerifiedDomain()
UserPoolSESOptionsDefault: - no domain
getSesVerifiedDomain in interface UserPoolSESOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.