Class CfnConfigurationSet.GuardianOptionsProperty
An object containing additional settings for your VDM configuration as applicable to the Guardian.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationSet.GuardianOptionsProperty : CfnConfigurationSet.IGuardianOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSet.GuardianOptionsProperty Implements CfnConfigurationSet.IGuardianOptionsProperty
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 guardianOptionsProperty = new GuardianOptionsProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
};
Synopsis
Constructors
GuardianOptionsProperty() | An object containing additional settings for your VDM configuration as applicable to the Guardian. |
Properties
OptimizedSharedDelivery | Specifies the status of your VDM optimized shared delivery. Can be one of the following:. |
Constructors
GuardianOptionsProperty()
An object containing additional settings for your VDM configuration as applicable to the Guardian.
public GuardianOptionsProperty()
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 guardianOptionsProperty = new GuardianOptionsProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
};
Properties
OptimizedSharedDelivery
Specifies the status of your VDM optimized shared delivery. Can be one of the following:.
public string OptimizedSharedDelivery { get; set; }