containers

@JvmName(name = "wfhfomfnlnajdxcx")
suspend fun containers(value: Output<List<ServiceTemplateContainerArgs>>)
@JvmName(name = "syfsvrcvmfxsgkha")
suspend fun containers(value: List<ServiceTemplateContainerArgs>?)

Parameters

value

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


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


@JvmName(name = "kkimnxekwjislcll")
suspend fun containers(values: List<Output<ServiceTemplateContainerArgs>>)
@JvmName(name = "hmykjmwsrxulbyuk")
suspend fun containers(vararg values: ServiceTemplateContainerArgs)

Parameters

values

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


@JvmName(name = "lilpvrhwneupemst")
suspend fun containers(argument: List<suspend ServiceTemplateContainerArgsBuilder.() -> Unit>)
@JvmName(name = "ouawvtyqijgqdhqb")
suspend fun containers(vararg argument: suspend ServiceTemplateContainerArgsBuilder.() -> Unit)
@JvmName(name = "caybkuboavihcdsx")
suspend fun containers(argument: suspend ServiceTemplateContainerArgsBuilder.() -> Unit)

Parameters

argument

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