Interface CfnEmailIdentity.FeedbackAttributesProperty

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

@Stability(Stable) public static interface CfnEmailIdentity.FeedbackAttributesProperty extends software.amazon.jsii.JsiiSerializable
Used to enable or disable feedback forwarding for an identity.

This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.

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.*;
 FeedbackAttributesProperty feedbackAttributesProperty = FeedbackAttributesProperty.builder()
         .emailForwardingEnabled(false)
         .build();
 

See Also: