multiStep

@JvmName(name = "xcatuncvjggcxpsi")
suspend fun multiStep(value: Output<MultiStepArgs>)
@JvmName(name = "fvgndxcteyxibqdh")
suspend fun multiStep(value: MultiStepArgs?)

Parameters

value

Details when multiple steps are run with the same configuration as a group. These details can be used identify which group this step is part of. It also identifies the groups 'primary step' which indexes all the group members. - In response: present if previously set. - In create request: optional, set iff this step was performed more than once. - In update request: optional


@JvmName(name = "iaqymjiauinwdntg")
suspend fun multiStep(argument: suspend MultiStepArgsBuilder.() -> Unit)

Parameters

argument

Details when multiple steps are run with the same configuration as a group. These details can be used identify which group this step is part of. It also identifies the groups 'primary step' which indexes all the group members. - In response: present if previously set. - In create request: optional, set iff this step was performed more than once. - In update request: optional