WorkerScriptPlacementArgs

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

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(): WorkerScriptPlacementArgs