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
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.services.pinpointemail.*;
ReputationOptionsProperty reputationOptionsProperty = ReputationOptionsProperty.builder()
.reputationMetricsEnabled(false)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationSet.ReputationOptionsPropertystatic final classAn implementation forCfnConfigurationSet.ReputationOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReputationMetricsEnabled
Iftrue, tracking of reputation metrics is enabled for the configuration set.If
false, tracking of reputation metrics is disabled for the configuration set. -
builder
-