properties

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

Parameters

value

Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.


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

Parameters

values

Key-Value map of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.