aws-cdk-lib.aws_ses.CfnVdmAttributes.DashboardAttributesProperty

interface DashboardAttributesProperty

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

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 dashboardAttributesProperty: ses.CfnVdmAttributes.DashboardAttributesProperty = {
  engagementMetrics: 'engagementMetrics',
};

Properties

NameTypeDescription
engagementMetrics?stringSpecifies the status of your VDM engagement metrics collection. Can be one of the following:.

engagementMetrics?

Type: string (optional)

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

  • ENABLED – Amazon SES enables engagement metrics for your account.
  • DISABLED – Amazon SES disables engagement metrics for your account.