Canary Run Config Args
data class CanaryRunConfigArgs(val activeTracing: Output<Boolean>? = null, val environmentVariables: Output<Any>? = null, val memoryInMb: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null) : ConvertibleToJava<CanaryRunConfigArgs>
Constructors
Link copied to clipboard
fun CanaryRunConfigArgs(activeTracing: Output<Boolean>? = null, environmentVariables: Output<Any>? = null, memoryInMb: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null)