interface VdmAttributesProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SES.VdmAttributesProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsses#VdmAttributesProps |
![]() | software.amazon.awscdk.services.ses.VdmAttributesProps |
![]() | aws_cdk.aws_ses.VdmAttributesProps |
![]() | aws-cdk-lib » aws_ses » VdmAttributesProps |
Properties for the Virtual Deliverability Manager (VDM) attributes.
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 vdmAttributesProps: ses.VdmAttributesProps = {
engagementMetrics: false,
optimizedSharedDelivery: false,
};
Properties
Name | Type | Description |
---|---|---|
engagement | boolean | Whether engagement metrics are enabled for your account. |
optimized | boolean | Whether optimized shared delivery is enabled for your account. |
engagementMetrics?
Type:
boolean
(optional, default: true)
Whether engagement metrics are enabled for your account.
optimizedSharedDelivery?
Type:
boolean
(optional, default: true)
Whether optimized shared delivery is enabled for your account.