EventRuleWebhookParameterArgs

data class EventRuleWebhookParameterArgs(val method: Output<String>? = null, val protocol: Output<String>? = null, val url: Output<String>? = null, val webhookParametersId: Output<String>? = null) : ConvertibleToJava<EventRuleWebhookParameterArgs>

Constructors

Link copied to clipboard
constructor(method: Output<String>? = null, protocol: Output<String>? = null, url: Output<String>? = null, webhookParametersId: Output<String>? = null)

Properties

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

The HTTP request method.

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

The name of the protocol.

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

The callback URL.

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

The ID of the recipient that receives alert notifications.

Functions

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