Class CfnVdmAttributesProps
Properties for defining a CfnVdmAttributes.
Inheritance
System.Object
    CfnVdmAttributesProps
  Implements
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.AWS.SES.dll
Syntax (csharp)
public class CfnVdmAttributesProps : Object, ICfnVdmAttributesPropsSyntax (vb)
Public Class CfnVdmAttributesProps
    Inherits Object
    Implements ICfnVdmAttributesPropsRemarks
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
GuardianAttributes
Specifies additional settings for your VDM configuration as applicable to the Guardian.
public object GuardianAttributes { get; set; }Property Value
System.Object