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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.ReputationOptionsProperty
static final class
An implementation forCfnConfigurationSet.ReputationOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReputationMetricsEnabled
Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.If the value is
true
, reputation metrics are published. If the value isfalse
, reputation metrics are not published. The default value isfalse
. -
builder
-