Interface CfnVdmAttributes.DashboardAttributesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVdmAttributes.DashboardAttributesProperty.Jsii$Proxy
- Enclosing class:
CfnVdmAttributes
@Stability(Stable)
public static interface CfnVdmAttributes.DashboardAttributesProperty
extends software.amazon.jsii.JsiiSerializable
An object containing additional 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.*;
DashboardAttributesProperty dashboardAttributesProperty = DashboardAttributesProperty.builder()
.engagementMetrics("engagementMetrics")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVdmAttributes.DashboardAttributesPropertystatic final classAn implementation forCfnVdmAttributes.DashboardAttributesProperty -
Method Summary
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 your account.DISABLED– Amazon SES disables engagement metrics for your account.
- See Also:
-
builder
-