containers

@JvmName(name = "olkpmcipgqtikafn")
suspend fun containers(value: Output<List<JobTemplateTemplateContainerArgs>>)
@JvmName(name = "fwatvduxmgovgjlb")
suspend fun containers(value: List<JobTemplateTemplateContainerArgs>?)

Parameters

value

Holds the single container that defines the unit of execution for this task. Structure is documented below.


@JvmName(name = "cikxnvdsojgvcpce")
suspend fun containers(vararg values: Output<JobTemplateTemplateContainerArgs>)


@JvmName(name = "uwupotnbsgjjfrlx")
suspend fun containers(values: List<Output<JobTemplateTemplateContainerArgs>>)
@JvmName(name = "mfvaqhhnbgcssyrt")
suspend fun containers(vararg values: JobTemplateTemplateContainerArgs)

Parameters

values

Holds the single container that defines the unit of execution for this task. Structure is documented below.


@JvmName(name = "uxjwedgdxalliaqd")
suspend fun containers(argument: List<suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit>)
@JvmName(name = "vumwjjubtkhydtdf")
suspend fun containers(vararg argument: suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit)
@JvmName(name = "jebekudmproolyvl")
suspend fun containers(argument: suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit)

Parameters

argument

Holds the single container that defines the unit of execution for this task. Structure is documented below.