Resource Health Args
data class ResourceHealthArgs(val health: Output<String>? = null, val resourceID: Output<String>) : ConvertibleToJava<ResourceHealthArgs>
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.