Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.pinpointemail.CfnIdentityPropsMixin.Builder
Packages that use CfnIdentityPropsMixin.Builder
-
Uses of CfnIdentityPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.pinpointemail
Methods in software.amazon.awscdk.cfnpropertymixins.services.pinpointemail that return CfnIdentityPropsMixin.BuilderModifier and TypeMethodDescriptionCfnIdentityPropsMixin.Builder.create()CfnIdentityPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIdentityPropsMixin.Builder.dkimSigningEnabled(Boolean dkimSigningEnabled) For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.CfnIdentityPropsMixin.Builder.dkimSigningEnabled(IResolvable dkimSigningEnabled) For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.CfnIdentityPropsMixin.Builder.feedbackForwardingEnabled(Boolean feedbackForwardingEnabled) Used to enable or disable feedback forwarding for an identity.CfnIdentityPropsMixin.Builder.feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled) Used to enable or disable feedback forwarding for an identity.CfnIdentityPropsMixin.Builder.mailFromAttributes(CfnIdentityPropsMixin.MailFromAttributesProperty mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.CfnIdentityPropsMixin.Builder.mailFromAttributes(IResolvable mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.The address or domain of the identity, such as sender@example.com or example.co.uk .An object that defines the tags (keys and values) that you want to associate with the email identity.