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
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVdmAttributes.DashboardAttributesProperty
static final class
An 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.
-
builder
-