Interface IVdmAttributesReference
A reference to a VdmAttributes resource.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVdmAttributesReference
Syntax (vb)
Public Interface IVdmAttributesReference
Remarks
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 vdmAttributesReference = new VdmAttributesReference {
VdmAttributesResourceId = "vdmAttributesResourceId"
};
Synopsis
Properties
| VdmAttributesResourceId | The VdmAttributesResourceId of the VdmAttributes resource. |
Properties
VdmAttributesResourceId
The VdmAttributesResourceId of the VdmAttributes resource.
string VdmAttributesResourceId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated