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
Syntax (vb)
Public Class VdmAttributes
Inherits Resource
Implements IVdmAttributes, IResource
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(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
VdmAttributes(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
VdmAttributes(Construct, String, IVdmAttributesProps) |
Properties
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(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected VdmAttributes(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
VdmAttributes(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected VdmAttributes(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
VdmAttributes(Construct, String, IVdmAttributesProps)
public VdmAttributes(Construct scope, string id, IVdmAttributesProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IVdmAttributesProps
Properties
VdmAttributesName
The name of the resource behind the Virtual Deliverability Manager attributes.
public virtual string VdmAttributesName { get; }
Property Value
System.String
VdmAttributesResourceId
Resource ID for the Virtual Deliverability Manager attributes.
public virtual string VdmAttributesResourceId { get; }
Property Value
System.String
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
- scope Constructs.Construct
- id System.String
- vdmAttributesName System.String
Returns