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
Constructors
Link copied to clipboard
fun JobServiceArgs(endpoint: Output<String>? = null, jobServiceType: Output<String>? = null, nodes: Output<AllNodesArgs>? = null, port: Output<Int>? = null, properties: Output<Map<String, String>>? = null)