items

@JvmName(name = "ejpckxfljarohghy")
suspend fun items(value: Output<Map<String, List<EventHandlerTemplateArgs>>>)
@JvmName(name = "mjsyldgnfuxuoowh")
suspend fun items(value: Map<String, List<EventHandlerTemplateArgs>>?)

Parameters

value

Get or set the EventHandler items. The key is the hub name and the value is the corresponding EventHandlerTemplate.


@JvmName(name = "arvgvncbhwqphyvn")
fun items(vararg values: Pair<String, List<EventHandlerTemplateArgs>>)

Parameters

values

Get or set the EventHandler items. The key is the hub name and the value is the corresponding EventHandlerTemplate.