aws-cdk-lib.aws_ses.CfnConfigurationSet.VdmOptionsProperty

interface VdmOptionsProperty

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

The Virtual Deliverability Manager (VDM) options that apply to a configuration set.

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 vdmOptionsProperty: ses.CfnConfigurationSet.VdmOptionsProperty = {
  dashboardOptions: {
    engagementMetrics: 'engagementMetrics',
  },
  guardianOptions: {
    optimizedSharedDelivery: 'optimizedSharedDelivery',
  },
};

Properties

NameTypeDescription
dashboardOptions?IResolvable | DashboardOptionsPropertySettings for your VDM configuration as applicable to the Dashboard.
guardianOptions?IResolvable | GuardianOptionsPropertySettings for your VDM configuration as applicable to the Guardian.

dashboardOptions?

Type: IResolvable | DashboardOptionsProperty (optional)

Settings for your VDM configuration as applicable to the Dashboard.


guardianOptions?

Type: IResolvable | GuardianOptionsProperty (optional)

Settings for your VDM configuration as applicable to the Guardian.