Web Pub Sub Hub Properties Args
data class WebPubSubHubPropertiesArgs(val anonymousConnectPolicy: Output<String>? = null, val eventHandlers: Output<List<EventHandlerArgs>>? = null) : ConvertibleToJava<WebPubSubHubPropertiesArgs>
Properties of a hub.
Constructors
Link copied to clipboard
constructor(anonymousConnectPolicy: Output<String>? = null, eventHandlers: Output<List<EventHandlerArgs>>? = null)