WebPubSubHubPropertiesArgs

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)

Properties

Link copied to clipboard
val anonymousConnectPolicy: Output<String>? = null

The settings for configuring if anonymous connections are allowed for this hub: "allow" or "deny". Default to "deny".

Link copied to clipboard
val eventHandlers: Output<List<EventHandlerArgs>>? = null

Event handler of a hub.

Functions

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