CanaryRunConfigArgs

data class CanaryRunConfigArgs(val activeTracing: Output<Boolean>? = null, val environmentVariables: Output<Map<String, String>>? = null, val memoryInMb: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<CanaryRunConfigArgs>

Constructors

Link copied to clipboard
constructor(activeTracing: Output<Boolean>? = null, environmentVariables: Output<Map<String, String>>? = null, memoryInMb: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val activeTracing: Output<Boolean>? = null

Enable active tracing if set to true

Link copied to clipboard
val environmentVariables: Output<Map<String, String>>? = null

Environment variable key-value pairs.

Link copied to clipboard
val memoryInMb: Output<Int>? = null

Provide maximum memory available for canary in MB

Link copied to clipboard
val timeoutInSeconds: Output<Int>? = null

Provide maximum canary timeout per run in seconds

Functions

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