:doc:`SESV2 <../../sesv2>` / Client / put_email_identity_dkim_attributes

**********************************
put_email_identity_dkim_attributes
**********************************



.. py:method:: SESV2.Client.put_email_identity_dkim_attributes(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/PutEmailIdentityDkimAttributes>`_  


  **Request Syntax**
  ::

    response = client.put_email_identity_dkim_attributes(
        EmailIdentity='string',
        SigningEnabled=True|False
    )
    
  :type EmailIdentity: string
  :param EmailIdentity: **[REQUIRED]** 

    The email identity.

    

  
  :type SigningEnabled: boolean
  :param 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.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An HTTP 200 response if the request succeeds, or an error message if the request fails.

      
  
  **Exceptions**
  
  *   :py:class:`SESV2.Client.exceptions.NotFoundException`

  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`SESV2.Client.exceptions.BadRequestException`

  