Show / Hide Table of Contents

Class CfnVdmAttributesProps

Properties for defining a CfnVdmAttributes.

Inheritance
System.Object
CfnVdmAttributesProps
Implements
ICfnVdmAttributesProps
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public class CfnVdmAttributesProps : Object, ICfnVdmAttributesProps
Syntax (vb)
Public Class CfnVdmAttributesProps
    Inherits Object
    Implements ICfnVdmAttributesProps
Remarks

Link: 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

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()

public CfnVdmAttributesProps()

Properties

DashboardAttributes

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

public object DashboardAttributes { get; set; }
Property Value

System.Object

Remarks

Link: 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

System.Object

Remarks

Link: 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