Show / Hide Table of Contents

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 CfnEmailIdentity.IDkimAttributesProperty
Syntax (vb)
Public Interface CfnEmailIdentity.IDkimAttributesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-dkimattributes.html

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.

object? SigningEnabled { get; }
Property Value

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-dkimattributes.html#cfn-ses-emailidentity-dkimattributes-signingenabled

Back to top Generated by DocFX