Uses of Class
software.amazon.awscdk.services.ses.EmailIdentity.Builder
Packages that use EmailIdentity.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of EmailIdentity.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return EmailIdentity.BuilderModifier and TypeMethodDescriptionEmailIdentity.Builder.configurationSet
(IConfigurationSet configurationSet) The configuration set to associate with the email identity.static EmailIdentity.Builder
EmailIdentity.Builder.dkimIdentity
(DkimIdentity dkimIdentity) The type of DKIM identity to use.EmailIdentity.Builder.dkimSigning
(Boolean dkimSigning) Whether the messages that are sent from the identity are signed using DKIM.EmailIdentity.Builder.feedbackForwarding
(Boolean feedbackForwarding) Whether to receive email notifications when bounce or complaint events occur.The email address or domain to verify.EmailIdentity.Builder.mailFromBehaviorOnMxFailure
(MailFromBehaviorOnMxFailure mailFromBehaviorOnMxFailure) The action to take if the required MX record for the MAIL FROM domain isn't found when you send an email.EmailIdentity.Builder.mailFromDomain
(String mailFromDomain) The custom MAIL FROM domain that you want the verified identity to use.