properties

@JvmName(name = "urwteliqjtncqccn")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "oikwbkbtdvqbjhxv")
suspend fun properties(value: Map<String, String>?)

Parameters

value

Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.


@JvmName(name = "gbrumatfojrawmfb")
fun properties(vararg values: Pair<String, String>)

Parameters

values

Named properties associated with the step. Each kind of predefined step has its own required set of properties. Must be provided on Create. Only retrieved with JOB_VIEW_ALL.