WorkersScriptPlacementArgs

data class WorkersScriptPlacementArgs(val mode: Output<String>) : ConvertibleToJava<WorkersScriptPlacementArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<String>)

Properties

Link copied to clipboard
val mode: Output<String>

The placement mode for the Worker. Available values: smart.

Functions

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