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
fun SandboxConfigArgs(type: Output<SandboxConfigType>? = null)

Functions

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

Properties

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

Type of the sandbox to use for the node.