:doc:`FraudDetector <../../frauddetector>` / Client / put_kms_encryption_key

**********************
put_kms_encryption_key
**********************



.. py:method:: FraudDetector.Client.put_kms_encryption_key(**kwargs)

  

  Specifies the KMS key to be used to encrypt content in Amazon Fraud Detector.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutKMSEncryptionKey>`_  


  **Request Syntax**
  ::

    response = client.put_kms_encryption_key(
        kmsEncryptionKeyArn='string'
    )
    
  :type kmsEncryptionKeyArn: string
  :param kmsEncryptionKeyArn: **[REQUIRED]** 

    The KMS encryption key ARN.

     

    The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`FraudDetector.Client.exceptions.ValidationException`

  
  *   :py:class:`FraudDetector.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`FraudDetector.Client.exceptions.InternalServerException`

  
  *   :py:class:`FraudDetector.Client.exceptions.ThrottlingException`

  
  *   :py:class:`FraudDetector.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`FraudDetector.Client.exceptions.ConflictException`

  