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();