Interface CfnConfigurationSet.DashboardOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSet.DashboardOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSet
@Stability(Stable)
public static interface CfnConfigurationSet.DashboardOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Settings for your VDM configuration as applicable to the Dashboard.
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.*; DashboardOptionsProperty dashboardOptionsProperty = DashboardOptionsProperty.builder() .engagementMetrics("engagementMetrics") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.DashboardOptionsProperty
static final class
An implementation forCfnConfigurationSet.DashboardOptionsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies the status of your VDM engagement metrics collection.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEngagementMetrics
Specifies the status of your VDM engagement metrics collection. Can be one of the following:.ENABLED
– Amazon SES enables engagement metrics for the configuration set.DISABLED
– Amazon SES disables engagement metrics for the configuration set.
- See Also:
-
builder
-