Values_0.TargetHealthSourceInformation about the connection health of an RDS Proxy target.
type nonrec t = {state : TargetState.t option;The current state of the connection health lifecycle for the RDS Proxy target. The following is a typical lifecycle example for the states of an RDS Proxy target: registering > unavailable > available > unavailable > available
*)reason : TargetHealthReason.t option;The reason for the current health State of the RDS Proxy target.
*)description : String_.t option;A description of the health of the RDS Proxy target. If the State is AVAILABLE, a description is not included.
*)}