preDeploymentSteps

@JvmName(name = "tlqjwrsyusgyhvuj")
suspend fun preDeploymentSteps(value: Output<List<PrePostStepArgs>>)
@JvmName(name = "cpvubilnagafapgj")
suspend fun preDeploymentSteps(value: List<PrePostStepArgs>?)

Parameters

value

The list of steps to be run before deploying the target.


@JvmName(name = "xlgpbcmicuwxddsh")
suspend fun preDeploymentSteps(vararg values: Output<PrePostStepArgs>)


@JvmName(name = "pmjwlxfvvnqiemog")
suspend fun preDeploymentSteps(values: List<Output<PrePostStepArgs>>)
@JvmName(name = "pkaapqxhqjgtands")
suspend fun preDeploymentSteps(vararg values: PrePostStepArgs)

Parameters

values

The list of steps to be run before deploying the target.


@JvmName(name = "rtjmtmaxsiugbcxw")
suspend fun preDeploymentSteps(argument: List<suspend PrePostStepArgsBuilder.() -> Unit>)
@JvmName(name = "rykucosdoqxpibie")
suspend fun preDeploymentSteps(vararg argument: suspend PrePostStepArgsBuilder.() -> Unit)
@JvmName(name = "nxwafwwjtnbomdns")
suspend fun preDeploymentSteps(argument: suspend PrePostStepArgsBuilder.() -> Unit)

Parameters

argument

The list of steps to be run before deploying the target.