PushConfigArgs

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

Configuration for a push delivery endpoint.

Constructors

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

Functions

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

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".