EventHandlerSettingsArgs

data class EventHandlerSettingsArgs(val items: Output<Map<String, List<EventHandlerTemplateArgs>>>? = null) : ConvertibleToJava<EventHandlerSettingsArgs>

The settings for event handler in webpubsub service

Constructors

Link copied to clipboard
constructor(items: Output<Map<String, List<EventHandlerTemplateArgs>>>? = null)

Properties

Link copied to clipboard
val items: Output<Map<String, List<EventHandlerTemplateArgs>>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EventHandlerSettingsArgs