public static final class UserPoolSESOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolSESOptions
UserPoolSESOptions
UserPoolSESOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConfigurationSetName()
The name of a configuration set in Amazon SES that should be applied to emails sent via Cognito.
|
java.lang.String |
getFromEmail()
The verified Amazon SES email address that Cognito should use to send emails.
|
java.lang.String |
getFromName()
An optional name that should be used as the sender's name along with the email.
|
java.lang.String |
getReplyTo()
The destination to which the receiver of the email should reploy to.
|
java.lang.String |
getSesRegion()
Required if the UserPool region is different than the SES region.
|
java.lang.String |
getSesVerifiedDomain()
SES Verified custom domain to be used to verify the identity.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFromEmail()
UserPoolSESOptions
The 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 UserPoolSESOptions
public final java.lang.String getConfigurationSetName()
UserPoolSESOptions
Default: - no configuration set
public final java.lang.String getFromName()
UserPoolSESOptions
Default: - no name
getFromName
in interface UserPoolSESOptions
public final java.lang.String getReplyTo()
UserPoolSESOptions
Default: - same as the fromEmail
getReplyTo
in interface UserPoolSESOptions
public final java.lang.String getSesRegion()
UserPoolSESOptions
If 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.
Must be 'us-east-1', 'us-west-2', or 'eu-west-1'
Default: - The same region as the Cognito UserPool
getSesRegion
in interface UserPoolSESOptions
public final java.lang.String getSesVerifiedDomain()
UserPoolSESOptions
Default: - no domain
getSesVerifiedDomain
in interface UserPoolSESOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()