Interface IDkimRecord
A DKIM record.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDkimRecord
Syntax (vb)
Public Interface IDkimRecord
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 dkimRecord = new DkimRecord {
Name = "name",
Value = "value"
};
Synopsis
Properties
Name | The name of the record. |
Value | The value of the record. |
Properties
Name
The name of the record.
string Name { get; }
Property Value
System.String
Value
The value of the record.
string Value { get; }
Property Value
System.String