AWS::SES::EmailIdentity DkimAttributes - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::EmailIdentity DkimAttributes

Used to enable or disable DKIM authentication for an email identity.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SigningEnabled" : Boolean }

YAML

SigningEnabled: Boolean

Properties

SigningEnabled

Sets the DKIM signing configuration for the identity.

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.

Required: No

Type: Boolean

Update requires: No interruption