containers

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

Parameters

value

Holds the containers that define the unit of execution for this Service. Structure is documented below.


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


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

Parameters

values

Holds the containers that define the unit of execution for this Service. Structure is documented below.


@JvmName(name = "yukkelcexwwchvyh")
suspend fun containers(argument: List<suspend ServiceTemplateContainerArgsBuilder.() -> Unit>)
@JvmName(name = "bxcldoqlhkgfmewk")
suspend fun containers(vararg argument: suspend ServiceTemplateContainerArgsBuilder.() -> Unit)
@JvmName(name = "xteordcumjywaxuq")
suspend fun containers(argument: suspend ServiceTemplateContainerArgsBuilder.() -> Unit)

Parameters

argument

Holds the containers that define the unit of execution for this Service. Structure is documented below.