interface DashboardOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SES.CfnConfigurationSetPropsMixin.DashboardOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsses#CfnConfigurationSetPropsMixin_DashboardOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetPropsMixin.DashboardOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_ses.CfnConfigurationSetPropsMixin.DashboardOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ses » CfnConfigurationSetPropsMixin » DashboardOptionsProperty |
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 { aws_ses as ses } from '@aws-cdk/cfn-property-mixins';
const dashboardOptionsProperty: ses.CfnConfigurationSetPropsMixin.DashboardOptionsProperty = {
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 the configuration set.DISABLED– Amazon SES disables engagement metrics for the configuration set.

.NET
Go
Java
Python
TypeScript