Show / Hide Table of Contents

Interface IVdmAttributesProps

Properties for the Virtual Deliverability Manager (VDM) attributes.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVdmAttributesProps
Syntax (vb)
Public Interface IVdmAttributesProps
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 vdmAttributesProps = new VdmAttributesProps {
                EngagementMetrics = false,
                OptimizedSharedDelivery = false
            };

Synopsis

Properties

EngagementMetrics

Whether engagement metrics are enabled for your account.

OptimizedSharedDelivery

Whether optimized shared delivery is enabled for your account.

Properties

EngagementMetrics

Whether engagement metrics are enabled for your account.

bool? EngagementMetrics { get; }
Property Value

bool?

Remarks

Default: true

OptimizedSharedDelivery

Whether optimized shared delivery is enabled for your account.

bool? OptimizedSharedDelivery { get; }
Property Value

bool?

Remarks

Default: true

Back to top Generated by DocFX