Interface CfnEmailIdentity.MailFromAttributesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEmailIdentity.MailFromAttributesProperty.Jsii$Proxy
Enclosing class:
CfnEmailIdentity

@Stability(Stable) public static interface CfnEmailIdentity.MailFromAttributesProperty extends software.amazon.jsii.JsiiSerializable
Used to enable or disable the custom Mail-From domain configuration for an email identity.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ses.*;
 MailFromAttributesProperty mailFromAttributesProperty = MailFromAttributesProperty.builder()
         .behaviorOnMxFailure("behaviorOnMxFailure")
         .mailFromDomain("mailFromDomain")
         .build();
 

See Also: