interface CfnVdmAttributesProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SES.CfnVdmAttributesProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnVdmAttributesProps |
Java | software.amazon.awscdk.services.ses.CfnVdmAttributesProps |
Python | aws_cdk.aws_ses.CfnVdmAttributesProps |
TypeScript | aws-cdk-lib » aws_ses » CfnVdmAttributesProps |
Properties for defining a CfnVdmAttributes
.
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 { aws_ses as ses } from 'aws-cdk-lib';
const cfnVdmAttributesProps: ses.CfnVdmAttributesProps = {
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.