Uses of Class
software.amazon.awscdk.services.ses.DkimIdentity
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of DkimIdentity in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionstatic DkimIdentity
DkimIdentity.byoDkim
(ByoDkimOptions options) Bring Your Own DKIM.static DkimIdentity
DkimIdentity.easyDkim()
Easy DKIM.static DkimIdentity
DkimIdentity.easyDkim
(EasyDkimSigningKeyLength signingKeyLength) Easy DKIM.default DkimIdentity
EmailIdentityProps.getDkimIdentity()
The type of DKIM identity to use.final DkimIdentity
EmailIdentityProps.Jsii$Proxy.getDkimIdentity()
Modifier and TypeMethodDescriptionEmailIdentity.Builder.dkimIdentity
(DkimIdentity dkimIdentity) The type of DKIM identity to use.EmailIdentityProps.Builder.dkimIdentity
(DkimIdentity dkimIdentity) Sets the value ofEmailIdentityProps.getDkimIdentity()