Multi Step Args
data class MultiStepArgs(val multistepNumber: Output<Int>? = null, val primaryStep: Output<PrimaryStepArgs>? = null, val primaryStepId: Output<String>? = null) : ConvertibleToJava<MultiStepArgs>
Details when multiple steps are run with the same configuration as a group.
Constructors
Link copied to clipboard
fun MultiStepArgs(multistepNumber: Output<Int>? = null, primaryStep: Output<PrimaryStepArgs>? = null, primaryStepId: Output<String>? = null)