Class CfnCustomVerificationEmailTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnCustomVerificationEmailTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomVerificationEmailTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomVerificationEmailTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnCustomVerificationEmailTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomVerificationEmailTemplateMixinProps
An implementation for
CfnCustomVerificationEmailTemplateMixinProps-
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.cfnpropertymixins.services.ses.CfnCustomVerificationEmailTemplateMixinProps
CfnCustomVerificationEmailTemplateMixinProps.Builder, CfnCustomVerificationEmailTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomVerificationEmailTemplateMixinProps.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 URL that the recipient of the verification email is sent to if his or her address is not successfully verified.final StringThe email address that the custom verification email is sent from.final StringThe URL that the recipient of the verification email is sent to if his or her address is successfully verified.getTags()The tags (keys and values) associated with the tenant.final StringThe content of the custom verification email.final StringThe name of the custom verification email template.final StringThe subject line of the custom verification email.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 theCfnCustomVerificationEmailTemplateMixinProps.Builder.
-
-
Method Details
-
getFailureRedirectionUrl
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe URL that the recipient of the verification email is sent to if his or her address is not successfully verified.- Specified by:
getFailureRedirectionUrlin interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
getFromEmailAddress
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe email address that the custom verification email is sent from.- Specified by:
getFromEmailAddressin interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
getSuccessRedirectionUrl
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe URL that the recipient of the verification email is sent to if his or her address is successfully verified.- Specified by:
getSuccessRedirectionUrlin interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe tags (keys and values) associated with the tenant.- Specified by:
getTagsin interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
getTemplateContent
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe content of the custom verification email.The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations.
- Specified by:
getTemplateContentin interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
getTemplateName
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe name of the custom verification email template.- Specified by:
getTemplateNamein interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
getTemplateSubject
Description copied from interface:CfnCustomVerificationEmailTemplateMixinPropsThe subject line of the custom verification email.- Specified by:
getTemplateSubjectin interfaceCfnCustomVerificationEmailTemplateMixinProps- See Also:
-
$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()
-