preDeploymentSteps

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "ftwfgreerurfmbty")
suspend fun preDeploymentSteps(argument: List<suspend PrePostStepArgsBuilder.() -> Unit>)
@JvmName(name = "jkwinmfvwfcbwoqa")
suspend fun preDeploymentSteps(vararg argument: suspend PrePostStepArgsBuilder.() -> Unit)
@JvmName(name = "hhqhovkrtenchrdp")
suspend fun preDeploymentSteps(argument: suspend PrePostStepArgsBuilder.() -> Unit)

Parameters

argument

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