WorkersScriptServiceBindingArgs

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

Constructors

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

Properties

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

The name of the Worker environment to bind to.

Link copied to clipboard
val name: Output<String>

The global variable for the binding in your Worker code.

Link copied to clipboard
val service: Output<String>

The name of the Worker to bind to.

Functions

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