Values_0.ConfigurationDetailsSourceThe encryption configuration details that include the status information of the Key Management Service (KMS) key and the KMS access role.
type nonrec t = {configurationStatus : ConfigurationStatus.t option;The health status of KMS key and KMS access role. If either KMS key or KMS access role is UNHEALTHY, the return value will be UNHEALTHY. To use a customer managed KMS key, the value of configurationStatus must be HEALTHY.
*)errorCode : ErrorCode.t option;The error code that indicates either the KMS key or the KMS access role is UNHEALTHY. Valid values: KMS_KEY_VALIDATION_ERROR and ROLE_VALIDATION_ERROR.
*)errorMessage__lc1 : ErrorMessage.t option;The detailed error message that corresponds to the errorCode.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorCode.t ]) list ]