public static interface CfnConfigurationSet.DashboardOptionsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConfigurationSet.DashboardOptionsProperty.Builder
A builder for
CfnConfigurationSet.DashboardOptionsProperty |
static class |
CfnConfigurationSet.DashboardOptionsProperty.Jsii$Proxy
An implementation for
CfnConfigurationSet.DashboardOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConfigurationSet.DashboardOptionsProperty.Builder |
builder() |
java.lang.String |
getEngagementMetrics()
Specifies the status of your VDM engagement metrics collection.
|
java.lang.String getEngagementMetrics()
ENABLED
– Amazon SES enables engagement metrics for the configuration set.DISABLED
– Amazon SES disables engagement metrics for the configuration set.static CfnConfigurationSet.DashboardOptionsProperty.Builder builder()