Show / Hide Table of Contents

Class CfnVdmAttributes.GuardianAttributesProperty

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

Inheritance
object
CfnVdmAttributes.GuardianAttributesProperty
Implements
CfnVdmAttributes.IGuardianAttributesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVdmAttributes.GuardianAttributesProperty : CfnVdmAttributes.IGuardianAttributesProperty
Syntax (vb)
Public Class CfnVdmAttributes.GuardianAttributesProperty Implements 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

Constructors

GuardianAttributesProperty()

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

GuardianAttributesProperty()

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

public GuardianAttributesProperty()
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"
             };

Properties

OptimizedSharedDelivery

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

public string? OptimizedSharedDelivery { get; set; }
Property Value

string

Remarks

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

    Implements

    CfnVdmAttributes.IGuardianAttributesProperty
    Back to top Generated by DocFX