Uses of Class
software.amazon.awscdk.services.ses.CfnEmailIdentity.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnEmailIdentity.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionCfnEmailIdentity.Builder.configurationSetAttributes
(IResolvable configurationSetAttributes) Used to associate a configuration set with an email identity.CfnEmailIdentity.Builder.configurationSetAttributes
(CfnEmailIdentity.ConfigurationSetAttributesProperty configurationSetAttributes) Used to associate a configuration set with an email identity.static CfnEmailIdentity.Builder
CfnEmailIdentity.Builder.dkimAttributes
(IResolvable dkimAttributes) An object that contains information about the DKIM attributes for the identity.CfnEmailIdentity.Builder.dkimAttributes
(CfnEmailIdentity.DkimAttributesProperty dkimAttributes) An object that contains information about the DKIM attributes for the identity.CfnEmailIdentity.Builder.dkimSigningAttributes
(IResolvable dkimSigningAttributes) If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM .CfnEmailIdentity.Builder.dkimSigningAttributes
(CfnEmailIdentity.DkimSigningAttributesProperty dkimSigningAttributes) If your request includes this object, Amazon SES configures the identity to use Bring Your Own DKIM (BYODKIM) for DKIM authentication purposes, or, configures the key length to be used for Easy DKIM .CfnEmailIdentity.Builder.emailIdentity
(String emailIdentity) The email address or domain to verify.CfnEmailIdentity.Builder.feedbackAttributes
(IResolvable feedbackAttributes) Used to enable or disable feedback forwarding for an identity.CfnEmailIdentity.Builder.feedbackAttributes
(CfnEmailIdentity.FeedbackAttributesProperty feedbackAttributes) Used to enable or disable feedback forwarding for an identity.CfnEmailIdentity.Builder.mailFromAttributes
(IResolvable mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.CfnEmailIdentity.Builder.mailFromAttributes
(CfnEmailIdentity.MailFromAttributesProperty mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.