LogicAppReceiverArgs

data class LogicAppReceiverArgs(val callbackUrl: Output<String>, val name: Output<String>, val resourceId: Output<String>, val useCommonAlertSchema: Output<Boolean>? = null) : ConvertibleToJava<LogicAppReceiverArgs>

A logic app receiver.

Constructors

Link copied to clipboard
constructor(callbackUrl: Output<String>, name: Output<String>, resourceId: Output<String>, useCommonAlertSchema: Output<Boolean>? = null)

Properties

Link copied to clipboard
val callbackUrl: Output<String>

The callback url where http request sent to.

Link copied to clipboard
val name: Output<String>

The name of the logic app receiver. Names must be unique across all receivers within an action group.

Link copied to clipboard
val resourceId: Output<String>

The azure resource id of the logic app receiver.

Link copied to clipboard
val useCommonAlertSchema: Output<Boolean>? = null

Indicates whether to use common alert schema.

Functions

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