Interface CfnEmailIdentity.IDkimAttributesProperty
Used to enable or disable DKIM authentication for an email identity.
Namespace: Amazon.CDK.AWS.SES
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDkimAttributesProperty
Syntax (vb)
Public Interface IDkimAttributesProperty
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 dkimAttributesProperty = new DkimAttributesProperty {
SigningEnabled = false
};
Synopsis
Properties
SigningEnabled | Sets the DKIM signing configuration for the identity. |
Properties
SigningEnabled
Sets the DKIM signing configuration for the identity.
virtual object SigningEnabled { get; }
Property Value
System.Object
Remarks
When you set this value true
, then the messages that are sent from the identity are signed using DKIM. If you set this value to false
, your messages are sent without DKIM signing.