PushConfigArgs

data class PushConfigArgs(val pushEndpoint: Output<String>? = null) : ConvertibleToJava<PushConfigArgs>

Configuration for a push delivery endpoint.

Constructors

Link copied to clipboard
constructor(pushEndpoint: Output<String>? = null)

Properties

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

A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use "https://example.com/push".

Functions

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