aws-cdk-lib.aws_ses.CfnConfigurationSet.DashboardOptionsProperty

interface DashboardOptionsProperty

LanguageType name
.NETAmazon.CDK.AWS.SES.CfnConfigurationSet.DashboardOptionsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnConfigurationSet_DashboardOptionsProperty
Javasoftware.amazon.awscdk.services.ses.CfnConfigurationSet.DashboardOptionsProperty
Pythonaws_cdk.aws_ses.CfnConfigurationSet.DashboardOptionsProperty
TypeScript aws-cdk-lib » aws_ses » CfnConfigurationSet » DashboardOptionsProperty

Settings for your VDM configuration as applicable to the Dashboard.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const dashboardOptionsProperty: ses.CfnConfigurationSet.DashboardOptionsProperty = {
  engagementMetrics: 'engagementMetrics',
};

Properties

NameTypeDescription
engagementMetricsstringSpecifies the status of your VDM engagement metrics collection. Can be one of the following:.

engagementMetrics

Type: string

Specifies the status of your VDM engagement metrics collection. Can be one of the following:.

  • ENABLED – Amazon SES enables engagement metrics for the configuration set.
  • DISABLED – Amazon SES disables engagement metrics for the configuration set.