Class CfnConfigurationSet.VdmOptionsProperty
The Virtual Deliverability Manager (VDM) options that apply to a configuration set.
Inheritance
System.Object
CfnConfigurationSet.VdmOptionsProperty
Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public class VdmOptionsProperty : Object, CfnConfigurationSet.IVdmOptionsProperty
Syntax (vb)
Public Class VdmOptionsProperty
Inherits Object
Implements CfnConfigurationSet.IVdmOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var vdmOptionsProperty = new VdmOptionsProperty {
DashboardOptions = new DashboardOptionsProperty {
EngagementMetrics = "engagementMetrics"
},
GuardianOptions = new GuardianOptionsProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
}
};
Synopsis
Constructors
VdmOptionsProperty() |
Properties
DashboardOptions | Settings for your VDM configuration as applicable to the Dashboard. |
GuardianOptions | Settings for your VDM configuration as applicable to the Guardian. |
Constructors
VdmOptionsProperty()
public VdmOptionsProperty()
Properties
DashboardOptions
Settings for your VDM configuration as applicable to the Dashboard.
public object DashboardOptions { get; set; }
Property Value
System.Object
Remarks
GuardianOptions
Settings for your VDM configuration as applicable to the Guardian.
public object GuardianOptions { get; set; }
Property Value
System.Object