Values.KmsEncryptionConfigSourceThe customer-managed-key (CMK) used when creating a data store. If a customer-owned key is not specified, an AWS-owned key is used for encryption.
type nonrec t = {cmkType : CmkType.t;The type of customer-managed-key (CMK) used for encryption.
*)kmsKeyId : EncryptionKeyID.t option;The Key Management Service (KMS) encryption key id/alias used to encrypt the data store contents at rest.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EncryptionKeyID.t ]) list ]