Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnCustomVerificationEmailTemplatePropsMixin.Builder
Packages that use CfnCustomVerificationEmailTemplatePropsMixin.Builder
-
Uses of CfnCustomVerificationEmailTemplatePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ses
Methods in software.amazon.awscdk.cfnpropertymixins.services.ses that return CfnCustomVerificationEmailTemplatePropsMixin.BuilderModifier and TypeMethodDescriptionCfnCustomVerificationEmailTemplatePropsMixin.Builder.create()CfnCustomVerificationEmailTemplatePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCustomVerificationEmailTemplatePropsMixin.Builder.failureRedirectionUrl(String failureRedirectionUrl) The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.CfnCustomVerificationEmailTemplatePropsMixin.Builder.fromEmailAddress(String fromEmailAddress) The email address that the custom verification email is sent from.CfnCustomVerificationEmailTemplatePropsMixin.Builder.successRedirectionUrl(String successRedirectionUrl) The URL that the recipient of the verification email is sent to if his or her address is successfully verified.The tags (keys and values) associated with the tenant.CfnCustomVerificationEmailTemplatePropsMixin.Builder.templateContent(String templateContent) The content of the custom verification email.CfnCustomVerificationEmailTemplatePropsMixin.Builder.templateName(String templateName) The name of the custom verification email template.CfnCustomVerificationEmailTemplatePropsMixin.Builder.templateSubject(String templateSubject) The subject line of the custom verification email.