items

@JvmName(name = "aosidayhdkdggnpe")
suspend fun items(value: Output<Map<String, List<EventHandlerTemplateArgs>>>)
@JvmName(name = "llnlkuqbxmbppulv")
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 = "srfxuaxbuonphdjh")
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.