Interface CfnConfigurationSet.ReputationOptionsProperty

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

@Stability(Stable) public static interface CfnConfigurationSet.ReputationOptionsProperty extends software.amazon.jsii.JsiiSerializable
Contains information about the reputation settings for a configuration set.

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

See Also: