Ingress Service Backend Patch Args
data class IngressServiceBackendPatchArgs(val name: Output<String>? = null, val port: Output<ServiceBackendPortPatchArgs>? = null) : ConvertibleToJava<IngressServiceBackendPatchArgs>
IngressServiceBackend references a Kubernetes Service as a Backend.