Interface CfnConfigurationSet.VdmOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSet.VdmOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSet
@Stability(Stable)
public static interface CfnConfigurationSet.VdmOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The Virtual Deliverability Manager (VDM) options that apply to a configuration set.
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.*; VdmOptionsProperty vdmOptionsProperty = VdmOptionsProperty.builder() .dashboardOptions(DashboardOptionsProperty.builder() .engagementMetrics("engagementMetrics") .build()) .guardianOptions(GuardianOptionsProperty.builder() .optimizedSharedDelivery("optimizedSharedDelivery") .build()) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.VdmOptionsProperty
static final class
An implementation forCfnConfigurationSet.VdmOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDashboardOptions
Settings for your VDM configuration as applicable to the Dashboard. -
getGuardianOptions
Settings for your VDM configuration as applicable to the Guardian. -
builder
-