Show / Hide Table of Contents

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

See: 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

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

object

Remarks

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

GuardianOptions

Specifies additional settings for your VDM configuration as applicable to the Guardian.

object? GuardianOptions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX