Job Service Args
data class JobServiceArgs(val endpoint: Output<String>? = null, val jobServiceType: Output<String>? = null, val nodes: Output<AllNodesArgs>? = null, val port: Output<Int>? = null, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<JobServiceArgs>
Job endpoint definition