Skip to content

Put Kms Encryption Key

frauddetector_put_kms_encryption_key R Documentation

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

Description

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

Usage

frauddetector_put_kms_encryption_key(kmsEncryptionKeyArn)

Arguments

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.

Value

An empty list.

Request syntax

svc$put_kms_encryption_key(
  kmsEncryptionKeyArn = "string"
)