Class CfnCustomVerificationEmailTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnCustomVerificationEmailTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomVerificationEmailTemplateProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomVerificationEmailTemplateProps
@Stability(Stable)
@Internal
public static final class CfnCustomVerificationEmailTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomVerificationEmailTemplateProps
An implementation for
CfnCustomVerificationEmailTemplateProps-
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.ses.CfnCustomVerificationEmailTemplateProps
CfnCustomVerificationEmailTemplateProps.Builder, CfnCustomVerificationEmailTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomVerificationEmailTemplateProps.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 theCfnCustomVerificationEmailTemplateProps.Builder.
-
-
Method Details
-
getFailureRedirectionUrl
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe URL that the recipient of the verification email is sent to if his or her address is not successfully verified.- Specified by:
getFailureRedirectionUrlin interfaceCfnCustomVerificationEmailTemplateProps- See Also:
-
getFromEmailAddress
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe email address that the custom verification email is sent from.- Specified by:
getFromEmailAddressin interfaceCfnCustomVerificationEmailTemplateProps- See Also:
-
getSuccessRedirectionUrl
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe URL that the recipient of the verification email is sent to if his or her address is successfully verified.- Specified by:
getSuccessRedirectionUrlin interfaceCfnCustomVerificationEmailTemplateProps- See Also:
-
getTemplateContent
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe 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 interfaceCfnCustomVerificationEmailTemplateProps- See Also:
-
getTemplateName
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe name of the custom verification email template.- Specified by:
getTemplateNamein interfaceCfnCustomVerificationEmailTemplateProps- See Also:
-
getTemplateSubject
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe subject line of the custom verification email.- Specified by:
getTemplateSubjectin interfaceCfnCustomVerificationEmailTemplateProps- See Also:
-
getTags
Description copied from interface:CfnCustomVerificationEmailTemplatePropsThe tags (keys and values) associated with the tenant.- Specified by:
getTagsin interfaceCfnCustomVerificationEmailTemplateProps- 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()
-