properties

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

Parameters

value

Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.


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

Parameters

values

Optional. Configurable properties of the trigger, not to be confused with integration parameters. E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.