Show / Hide Table of Contents

Class CfnVdmAttributes.DashboardAttributesProperty

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

Inheritance
object
CfnVdmAttributes.DashboardAttributesProperty
Implements
CfnVdmAttributes.IDashboardAttributesProperty
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 CfnVdmAttributes.DashboardAttributesProperty : CfnVdmAttributes.IDashboardAttributesProperty
Syntax (vb)
Public Class CfnVdmAttributes.DashboardAttributesProperty Implements CfnVdmAttributes.IDashboardAttributesProperty
Remarks

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

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

string

Remarks

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

    Implements

    CfnVdmAttributes.IDashboardAttributesProperty
    Back to top Generated by DocFX