containers

@JvmName(name = "xuxhnixcteeunygn")
suspend fun containers(value: Output<List<JobTemplateTemplateContainerArgs>>)
@JvmName(name = "trfhvhifhsaxeglv")
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 = "urmxhscoqqbfngey")
suspend fun containers(vararg values: Output<JobTemplateTemplateContainerArgs>)


@JvmName(name = "gwrllhdmdyfjejwg")
suspend fun containers(values: List<Output<JobTemplateTemplateContainerArgs>>)
@JvmName(name = "cirgvrdrdqownifr")
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 = "rsveyubphjjdayoa")
suspend fun containers(argument: List<suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit>)
@JvmName(name = "gwagpoodpahqffij")
suspend fun containers(vararg argument: suspend JobTemplateTemplateContainerArgsBuilder.() -> Unit)
@JvmName(name = "ptgxbgunjljcxais")
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.