Show / Hide Table of Contents

Class CfnConfigurationSet.VdmOptionsProperty

The Virtual Deliverability Manager (VDM) options that apply to a configuration set.

Inheritance
System.Object
CfnConfigurationSet.VdmOptionsProperty
Implements
CfnConfigurationSet.IVdmOptionsProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-vdmoptions.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-vdmoptions.html#cfn-ses-configurationset-vdmoptions-dashboardoptions

GuardianOptions

Settings for your VDM configuration as applicable to the Guardian.

public object GuardianOptions { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-vdmoptions.html#cfn-ses-configurationset-vdmoptions-guardianoptions

Implements

CfnConfigurationSet.IVdmOptionsProperty
Back to top Generated by DocFX