interface CfnVdmAttributesMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnVdmAttributesMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnVdmAttributesMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnVdmAttributesMixinProps |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnVdmAttributesMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnVdmAttributesMixinProps |
Properties for CfnVdmAttributesPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const cfnVdmAttributesMixinProps: ses_mixins.CfnVdmAttributesMixinProps = {
dashboardAttributes: {
engagementMetrics: 'engagementMetrics',
},
guardianAttributes: {
optimizedSharedDelivery: 'optimizedSharedDelivery',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| dashboard | IResolvable | Dashboard | Specifies additional settings for your VDM configuration as applicable to the Dashboard. |
| guardian | IResolvable | Guardian | Specifies additional settings for your VDM configuration as applicable to the Guardian. |
dashboardAttributes?
Type:
IResolvable | Dashboard
(optional)
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
guardianAttributes?
Type:
IResolvable | Guardian
(optional)
Specifies additional settings for your VDM configuration as applicable to the Guardian.

.NET
Go
Java
Python
TypeScript