interface VdmOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SES.VdmOptions |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#VdmOptions |
Java | software.amazon.awscdk.services.ses.VdmOptions |
Python | aws_cdk.aws_ses.VdmOptions |
TypeScript (source) | aws-cdk-lib » aws_ses » VdmOptions |
Properties for the Virtual Deliverability Manager (VDM) options that apply to the configuration set.
Example
new ses.ConfigurationSet(this, 'ConfigurationSetWithVdmOptions', {
vdmOptions: {
engagementMetrics: true,
optimizedSharedDelivery: true,
},
});
Properties
Name | Type | Description |
---|---|---|
engagement | boolean | If true, engagement metrics are enabled for the configuration set. |
optimized | boolean | If true, optimized shared delivery is enabled for the configuration set. |
engagementMetrics?
Type:
boolean
(optional, default: Engagement metrics not configured at the configuration set level. In this case, use account level settings.)
If true, engagement metrics are enabled for the configuration set.
optimizedSharedDelivery?
Type:
boolean
(optional, default: Optimized shared delivery not configured at the configuration set level. In this case, use account level settings.)
If true, optimized shared delivery is enabled for the configuration set.