FraudDetector / Client / put_kms_encryption_key
put_kms_encryption_key#
- 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
Request Syntax
response = client.put_kms_encryption_key( kmsEncryptionKeyArn='string' )
- Parameters:
kmsEncryptionKeyArn (string) –
[REQUIRED]
The KMS encryption key ARN.
The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
FraudDetector.Client.exceptions.ValidationException
FraudDetector.Client.exceptions.ResourceNotFoundException
FraudDetector.Client.exceptions.InternalServerException
FraudDetector.Client.exceptions.ThrottlingException
FraudDetector.Client.exceptions.AccessDeniedException
FraudDetector.Client.exceptions.ConflictException