Class CfnVdmAttributes.DashboardAttributesProperty
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
Inheritance
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DashboardAttributesProperty : Object, CfnVdmAttributes.IDashboardAttributesProperty
Syntax (vb)
Public Class DashboardAttributesProperty
Inherits Object
Implements CfnVdmAttributes.IDashboardAttributesProperty
Remarks
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 dashboardAttributesProperty = new DashboardAttributesProperty {
EngagementMetrics = "engagementMetrics"
};
Synopsis
Constructors
Dashboard |
Properties
Engagement |
Specifies the status of your VDM engagement metrics collection. Can be one of the following:. |
Constructors
DashboardAttributesProperty()
public DashboardAttributesProperty()
Properties
EngagementMetrics
Specifies the status of your VDM engagement metrics collection. Can be one of the following:.
public string EngagementMetrics { get; set; }
Property Value
System.