Class CfnConfigurationSetPropsMixin.VdmOptionsProperty
The Virtual Deliverability Manager (VDM) options that apply to a configuration set.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SES
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConfigurationSetPropsMixin.VdmOptionsProperty : CfnConfigurationSetPropsMixin.IVdmOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSetPropsMixin.VdmOptionsProperty Implements CfnConfigurationSetPropsMixin.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.CfnPropertyMixins.AWS.SES;
var vdmOptionsProperty = new VdmOptionsProperty {
DashboardOptions = new DashboardOptionsProperty {
EngagementMetrics = "engagementMetrics"
},
GuardianOptions = new GuardianOptionsProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
}
};
Synopsis
Constructors
| VdmOptionsProperty() | The Virtual Deliverability Manager (VDM) options that apply to a configuration set. |
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. |
Constructors
VdmOptionsProperty()
The Virtual Deliverability Manager (VDM) options that apply to a configuration set.
public VdmOptionsProperty()
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.CfnPropertyMixins.AWS.SES;
var vdmOptionsProperty = new VdmOptionsProperty {
DashboardOptions = new DashboardOptionsProperty {
EngagementMetrics = "engagementMetrics"
},
GuardianOptions = new GuardianOptionsProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
}
};
Properties
DashboardOptions
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
public object? DashboardOptions { get; set; }
Property Value
Remarks
GuardianOptions
Specifies additional settings for your VDM configuration as applicable to the Guardian.
public object? GuardianOptions { get; set; }