interface DashboardAttributesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnVdmAttributesPropsMixin.DashboardAttributesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnVdmAttributesPropsMixin_DashboardAttributesProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnVdmAttributesPropsMixin.DashboardAttributesProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnVdmAttributesPropsMixin.DashboardAttributesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnVdmAttributesPropsMixin » DashboardAttributesProperty |
An object containing additional 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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const dashboardAttributesProperty: ses_mixins.CfnVdmAttributesPropsMixin.DashboardAttributesProperty = {
engagementMetrics: 'engagementMetrics',
};
Properties
| Name | Type | Description |
|---|---|---|
| engagement | string | Specifies 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.

.NET
Go
Java
Python
TypeScript