Show / Hide Table of Contents

Class CfnConfigurationSet.DashboardOptionsProperty

An object containing additional settings for your VDM configuration as applicable to the Dashboard.

Inheritance
object
CfnConfigurationSet.DashboardOptionsProperty
Implements
CfnConfigurationSet.IDashboardOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-dashboardoptions.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-dashboardoptions.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 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; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-dashboardoptions.html#cfn-ses-configurationset-dashboardoptions-engagementmetrics

    Implements

    CfnConfigurationSet.IDashboardOptionsProperty
    Back to top Generated by DocFX