VdmOptions
- class aws_cdk.aws_ses.VdmOptions(*, engagement_metrics=None, optimized_shared_delivery=None)
- Bases: - object- Properties for the Virtual Deliverability Manager (VDM) options that apply to the configuration set. - Parameters:
- engagement_metrics ( - Optional[- bool]) – If true, engagement metrics are enabled for the configuration set. Default: - Engagement metrics not configured at the configuration set level. In this case, use account level settings.
- optimized_shared_delivery ( - Optional[- bool]) – If true, optimized shared delivery is enabled for the configuration set. Default: - Optimized shared delivery not configured at the configuration set level. In this case, use account level settings.
 
- ExampleMetadata:
- infused 
 - Example: - ses.ConfigurationSet(self, "ConfigurationSetWithVdmOptions", vdm_options=ses.VdmOptions( engagement_metrics=True, optimized_shared_delivery=True ) ) - Attributes - engagement_metrics
- If true, engagement metrics are enabled for the configuration set. - Default:
- Engagement metrics 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. - Default:
- Optimized shared delivery not configured at the configuration set level. In this case, use account level settings.