Interface CfnEmailIdentityPropsMixin.FeedbackAttributesProperty

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

@Stability(Stable) public static interface CfnEmailIdentityPropsMixin.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.cfnpropertymixins.services.ses.*;
 FeedbackAttributesProperty feedbackAttributesProperty = FeedbackAttributesProperty.builder()
         .emailForwardingEnabled(false)
         .build();
 

See Also: