containerConfiguration

@JvmName(name = "dmwshywtjotnwngk")
suspend fun containerConfiguration(value: Output<ContainerConfigurationArgs>)
@JvmName(name = "cgbkritudcpkipku")
suspend fun containerConfiguration(value: ContainerConfigurationArgs?)

Parameters

value

If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.


@JvmName(name = "scstsrcnffuycihj")
suspend fun containerConfiguration(argument: suspend ContainerConfigurationArgsBuilder.() -> Unit)

Parameters

argument

If specified, setup is performed on each node in the pool to allow tasks to run in containers. All regular tasks and job manager tasks run on this pool must specify the containerSettings property, and all other tasks may specify it.