Interface CfnConfigurationSetPropsMixin.ReputationOptionsProperty

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

@Stability(Stable) public static interface CfnConfigurationSetPropsMixin.ReputationOptionsProperty extends software.amazon.jsii.JsiiSerializable
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.

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.*;
 ReputationOptionsProperty reputationOptionsProperty = ReputationOptionsProperty.builder()
         .reputationMetricsEnabled(false)
         .build();
 

See Also: