Class CfnVdmAttributesProps
Properties for defining a CfnVdmAttributes
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVdmAttributesProps : ICfnVdmAttributesProps
Syntax (vb)
Public Class CfnVdmAttributesProps Implements ICfnVdmAttributesProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var cfnVdmAttributesProps = new CfnVdmAttributesProps {
DashboardAttributes = new DashboardAttributesProperty {
EngagementMetrics = "engagementMetrics"
},
GuardianAttributes = new GuardianAttributesProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
}
};
Synopsis
Constructors
CfnVdmAttributesProps() | Properties for defining a |
Properties
DashboardAttributes | Specifies additional settings for your VDM configuration as applicable to the Dashboard. |
GuardianAttributes | Specifies additional settings for your VDM configuration as applicable to the Guardian. |
Constructors
CfnVdmAttributesProps()
Properties for defining a CfnVdmAttributes
.
public CfnVdmAttributesProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SES;
var cfnVdmAttributesProps = new CfnVdmAttributesProps {
DashboardAttributes = new DashboardAttributesProperty {
EngagementMetrics = "engagementMetrics"
},
GuardianAttributes = new GuardianAttributesProperty {
OptimizedSharedDelivery = "optimizedSharedDelivery"
}
};
Properties
DashboardAttributes
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
public object? DashboardAttributes { get; set; }
Property Value
Remarks
GuardianAttributes
Specifies additional settings for your VDM configuration as applicable to the Guardian.
public object? GuardianAttributes { get; set; }