Class VdmAttributes
Virtual Deliverability Manager (VDM) attributes.
Inherited Members
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VdmAttributes : Resource, IVdmAttributes, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class VdmAttributes Inherits Resource Implements IVdmAttributes, IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
ExampleMetadata: infused
Examples
// Enables engagement tracking and optimized shared delivery by default
// Enables engagement tracking and optimized shared delivery by default
new VdmAttributes(this, "Vdm");
Synopsis
Constructors
| VdmAttributes(Construct, string, IVdmAttributesProps?) | Virtual Deliverability Manager (VDM) attributes. |
Properties
| PROPERTY_INJECTION_ID | Uniquely identifies this class. |
| VdmAttributesName | The name of the resource behind the Virtual Deliverability Manager attributes. |
| VdmAttributesResourceId | Resource ID for the Virtual Deliverability Manager attributes. |
Methods
| FromVdmAttributesName(Construct, string, string) | Use an existing Virtual Deliverability Manager attributes resource. |
Constructors
VdmAttributes(Construct, string, IVdmAttributesProps?)
Virtual Deliverability Manager (VDM) attributes.
public VdmAttributes(Construct scope, string id, IVdmAttributesProps? props = null)
Parameters
- scope Construct
- id string
- props IVdmAttributesProps
Remarks
ExampleMetadata: infused
Examples
// Enables engagement tracking and optimized shared delivery by default
// Enables engagement tracking and optimized shared delivery by default
new VdmAttributes(this, "Vdm");
Properties
PROPERTY_INJECTION_ID
Uniquely identifies this class.
public static string PROPERTY_INJECTION_ID { get; }
Property Value
Remarks
ExampleMetadata: infused
VdmAttributesName
The name of the resource behind the Virtual Deliverability Manager attributes.
public virtual string VdmAttributesName { get; }
Property Value
Remarks
ExampleMetadata: infused
VdmAttributesResourceId
Resource ID for the Virtual Deliverability Manager attributes.
public virtual string VdmAttributesResourceId { get; }
Property Value
Remarks
Attribute: true
Methods
FromVdmAttributesName(Construct, string, string)
Use an existing Virtual Deliverability Manager attributes resource.
public static IVdmAttributes FromVdmAttributesName(Construct scope, string id, string vdmAttributesName)
Parameters
Returns
Remarks
ExampleMetadata: infused