Class: Aws::FraudDetector::Types::PutKMSEncryptionKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PutKMSEncryptionKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_encryption_key_arn ⇒ String
The KMS encryption key ARN.
Instance Attribute Details
#kms_encryption_key_arn ⇒ String
The KMS encryption key ARN.
The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.
3996 3997 3998 3999 4000 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3996 class PutKMSEncryptionKeyRequest < Struct.new( :kms_encryption_key_arn) SENSITIVE = [] include Aws::Structure end |