Values.EncryptionDetailsSourceConfiguration details about encryption for the cluster including the KMS key ARN, encryption type, and encryption status.
type nonrec t = {encryptionType : EncryptionType.t option;The type of encryption that protects the data on your cluster.
*)kmsKeyArn : KmsKeyArn.t option;The ARN of the KMS key that encrypts data in the cluster.
*)encryptionStatus : EncryptionStatus.t option;The status of encryption for the cluster.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]