lifecyclePreStopHandlerExecs

@JvmName(name = "yxnprpdibjrhqykl")
suspend fun lifecyclePreStopHandlerExecs(value: Output<List<String>>)
@JvmName(name = "utshcetctasnvjnb")
suspend fun lifecyclePreStopHandlerExecs(value: List<String>?)

Parameters

value

The commands to be executed in containers when you use the CLI to specify the preStop callback function.


@JvmName(name = "hcuftlggpjumdltp")
suspend fun lifecyclePreStopHandlerExecs(vararg values: Output<String>)


@JvmName(name = "gsorkctkdlqpcbku")
suspend fun lifecyclePreStopHandlerExecs(values: List<Output<String>>)
@JvmName(name = "aewlgnbfnubtxdqw")
suspend fun lifecyclePreStopHandlerExecs(vararg values: String)

Parameters

values

The commands to be executed in containers when you use the CLI to specify the preStop callback function.