aws-cdk-lib.aws_ses.CfnVdmAttributesProps

interface CfnVdmAttributesProps

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

Properties for defining a CfnVdmAttributes.

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 cfnVdmAttributesProps: ses.CfnVdmAttributesProps = {
  dashboardAttributes: {
    engagementMetrics: 'engagementMetrics',
  },
  guardianAttributes: {
    optimizedSharedDelivery: 'optimizedSharedDelivery',
  },
};

Properties

NameTypeDescription
dashboardAttributes?IResolvable | DashboardAttributesPropertySpecifies additional settings for your VDM configuration as applicable to the Dashboard.
guardianAttributes?IResolvable | GuardianAttributesPropertySpecifies additional settings for your VDM configuration as applicable to the Guardian.

dashboardAttributes?

Type: IResolvable | DashboardAttributesProperty (optional)

Specifies additional settings for your VDM configuration as applicable to the Dashboard.


guardianAttributes?

Type: IResolvable | GuardianAttributesProperty (optional)

Specifies additional settings for your VDM configuration as applicable to the Guardian.