WorkerScriptBindingOutboundWorkerArgs

data class WorkerScriptBindingOutboundWorkerArgs(val environment: Output<String>? = null, val service: Output<String>? = null) : ConvertibleToJava<WorkerScriptBindingOutboundWorkerArgs>

Constructors

Link copied to clipboard
constructor(environment: Output<String>? = null, service: Output<String>? = null)

Properties

Link copied to clipboard
val environment: Output<String>? = null

Environment of the outbound worker.

Link copied to clipboard
val service: Output<String>? = null

Name of the outbound worker.

Functions

Link copied to clipboard
open override fun toJava(): WorkerScriptBindingOutboundWorkerArgs