Class UserPoolEmailConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolEmailConfig.Jsii$Proxy
- All Implemented Interfaces:
UserPoolEmailConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolEmailConfig
@Stability(Stable)
@Internal
public static final class UserPoolEmailConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolEmailConfig
An implementation for
UserPoolEmailConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.UserPoolEmailConfig
UserPoolEmailConfig.Builder, UserPoolEmailConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UserPoolEmailConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theUserPoolEmailConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the configuration set in SES.final StringSpecifies whether to use Cognito's built in email functionality or SES.final StringgetFrom()Identifies either the sender's email address or the sender's name with their email address.final StringThe destination to which the receiver of the email should reply to.final StringThe ARN of a verified email address in Amazon SES.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theUserPoolEmailConfig.Builder.
-
-
Method Details
-
getConfigurationSet
Description copied from interface:UserPoolEmailConfigThe name of the configuration set in SES.Default: - none
- Specified by:
getConfigurationSetin interfaceUserPoolEmailConfig
-
getEmailSendingAccount
Description copied from interface:UserPoolEmailConfigSpecifies whether to use Cognito's built in email functionality or SES.Default: - Cognito built in email functionality
- Specified by:
getEmailSendingAccountin interfaceUserPoolEmailConfig
-
getFrom
Description copied from interface:UserPoolEmailConfigIdentifies either the sender's email address or the sender's name with their email address.If emailSendingAccount is DEVELOPER then this cannot be specified.
Default: 'no-reply@verificationemail.com'
- Specified by:
getFromin interfaceUserPoolEmailConfig
-
getReplyToEmailAddress
Description copied from interface:UserPoolEmailConfigThe destination to which the receiver of the email should reply to.Default: - same as `from`
- Specified by:
getReplyToEmailAddressin interfaceUserPoolEmailConfig
-
getSourceArn
Description copied from interface:UserPoolEmailConfigThe ARN of a verified email address in Amazon SES.required if emailSendingAccount is DEVELOPER or if 'from' is provided.
Default: - none
- Specified by:
getSourceArnin interfaceUserPoolEmailConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-