Show / Hide Table of Contents

Class CfnVdmAttributesProps

Properties for defining a CfnVdmAttributes.

Inheritance
object
CfnVdmAttributesProps
Implements
ICfnVdmAttributesProps
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 CfnVdmAttributesProps : ICfnVdmAttributesProps
Syntax (vb)
Public Class CfnVdmAttributesProps Implements ICfnVdmAttributesProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.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 cfnVdmAttributesProps = new CfnVdmAttributesProps {
                 DashboardAttributes = new DashboardAttributesProperty {
                     EngagementMetrics = "engagementMetrics"
                 },
                 GuardianAttributes = new GuardianAttributesProperty {
                     OptimizedSharedDelivery = "optimizedSharedDelivery"
                 }
             };

Synopsis

Constructors

CfnVdmAttributesProps()

Properties for defining a CfnVdmAttributes.

Properties

DashboardAttributes

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

GuardianAttributes

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

Constructors

CfnVdmAttributesProps()

Properties for defining a CfnVdmAttributes.

public CfnVdmAttributesProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.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 cfnVdmAttributesProps = new CfnVdmAttributesProps {
                 DashboardAttributes = new DashboardAttributesProperty {
                     EngagementMetrics = "engagementMetrics"
                 },
                 GuardianAttributes = new GuardianAttributesProperty {
                     OptimizedSharedDelivery = "optimizedSharedDelivery"
                 }
             };

Properties

DashboardAttributes

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

public object? DashboardAttributes { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html#cfn-ses-vdmattributes-dashboardattributes

GuardianAttributes

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

public object? GuardianAttributes { get; set; }
Property Value

object

Remarks

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

Implements

ICfnVdmAttributesProps
Back to top Generated by DocFX