Interface CfnIdentity.MailFromAttributesProperty

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

@Stability(Stable) public static interface CfnIdentity.MailFromAttributesProperty extends software.amazon.jsii.JsiiSerializable
A list of attributes that are associated with a MAIL FROM domain.

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.pinpointemail.*;
 MailFromAttributesProperty mailFromAttributesProperty = MailFromAttributesProperty.builder()
         .behaviorOnMxFailure("behaviorOnMxFailure")
         .mailFromDomain("mailFromDomain")
         .build();
 

See Also: