SandboxConfigArgs

data class SandboxConfigArgs(val type: Output<SandboxConfigType>? = null) : ConvertibleToJava<SandboxConfigArgs>

SandboxConfig contains configurations of the sandbox to use for the node.

Constructors

Link copied to clipboard
constructor(type: Output<SandboxConfigType>? = null)

Properties

Link copied to clipboard
val type: Output<SandboxConfigType>? = null

Type of the sandbox to use for the node.

Functions

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