Class CfnVdmAttributes.DashboardAttributesProperty
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVdmAttributes.DashboardAttributesProperty : CfnVdmAttributes.IDashboardAttributesProperty
Syntax (vb)
Public Class CfnVdmAttributes.DashboardAttributesProperty 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
DashboardAttributesProperty() | An object containing additional settings for your VDM configuration as applicable to the Dashboard. |
Properties
EngagementMetrics | Specifies the status of your VDM engagement metrics collection. Can be one of the following:. |
Constructors
DashboardAttributesProperty()
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
public DashboardAttributesProperty()
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"
};
Properties
EngagementMetrics
Specifies the status of your VDM engagement metrics collection. Can be one of the following:.
public string? EngagementMetrics { get; set; }