Show / Hide Table of Contents

Interface CfnVdmAttributes.IGuardianAttributesProperty

An object containing additional settings for your VDM configuration as applicable to the Guardian.

Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVdmAttributes.IGuardianAttributesProperty
Syntax (vb)
Public Interface CfnVdmAttributes.IGuardianAttributesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.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 guardianAttributesProperty = new GuardianAttributesProperty {
                 OptimizedSharedDelivery = "optimizedSharedDelivery"
             };

Synopsis

Properties

OptimizedSharedDelivery

Specifies the status of your VDM optimized shared delivery. Can be one of the following:.

Properties

OptimizedSharedDelivery

Specifies the status of your VDM optimized shared delivery. Can be one of the following:.

string? OptimizedSharedDelivery { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.html#cfn-ses-vdmattributes-guardianattributes-optimizedshareddelivery

    Back to top Generated by DocFX