Class CfnConfigurationSet.DashboardOptionsProperty
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 CfnConfigurationSet.DashboardOptionsProperty : CfnConfigurationSet.IDashboardOptionsProperty
Syntax (vb)
Public Class CfnConfigurationSet.DashboardOptionsProperty Implements CfnConfigurationSet.IDashboardOptionsProperty
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 dashboardOptionsProperty = new DashboardOptionsProperty {
EngagementMetrics = "engagementMetrics"
};
Synopsis
Constructors
DashboardOptionsProperty() | 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
DashboardOptionsProperty()
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
public DashboardOptionsProperty()
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 dashboardOptionsProperty = new DashboardOptionsProperty {
EngagementMetrics = "engagementMetrics"
};
Properties
EngagementMetrics
Specifies the status of your VDM engagement metrics collection. Can be one of the following:.
public string EngagementMetrics { get; set; }