Show / Hide Table of Contents

Class VdmAttributes

Virtual Deliverability Manager (VDM) attributes.

Inheritance
object
Resource
VdmAttributes
Implements
IVdmAttributes
IResource
IConstruct
IDependable
IEnvironmentAware
Inherited Members
Resource.IsOwnedResource(IConstruct)
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(string, IArnComponents)
Resource.GetResourceNameAttribute(string)
Resource.Env
Resource.PhysicalName
Resource.Stack
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

string

Remarks

ExampleMetadata: infused

VdmAttributesName

The name of the resource behind the Virtual Deliverability Manager attributes.

public virtual string VdmAttributesName { get; }
Property Value

string

Remarks

ExampleMetadata: infused

VdmAttributesResourceId

Resource ID for the Virtual Deliverability Manager attributes.

public virtual string VdmAttributesResourceId { get; }
Property Value

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 Construct
id string
vdmAttributesName string
Returns

IVdmAttributes

Remarks

ExampleMetadata: infused

Implements

IVdmAttributes
IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX