CommandJobLimitsArgs

data class CommandJobLimitsArgs(val jobLimitsType: Output<String>, val timeout: Output<String>? = null) : ConvertibleToJava<CommandJobLimitsArgs>

Command Job limit class.

Constructors

Link copied to clipboard
fun CommandJobLimitsArgs(jobLimitsType: Output<String>, timeout: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val jobLimitsType: Output<String>

Expected value is 'Command'.

Link copied to clipboard
val timeout: Output<String>? = null

The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds.