Interface CfnConfigurationSet.IVdmOptionsProperty
The Virtual Deliverability Manager (VDM) options that apply to a configuration set.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConfigurationSet.IVdmOptionsProperty
Syntax (vb)
Public Interface 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
Properties
DashboardOptions | Specifies additional settings for your VDM configuration as applicable to the Dashboard. |
GuardianOptions | Specifies additional settings for your VDM configuration as applicable to the Guardian. |
Properties
DashboardOptions
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
object? DashboardOptions { get; }
Property Value
Remarks
GuardianOptions
Specifies additional settings for your VDM configuration as applicable to the Guardian.
object? GuardianOptions { get; }