ActionGroupLogicAppReceiverArgs

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

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.

Link copied to clipboard
val resourceId: Output<String>

The Azure resource ID of the logic app.

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

Enables or disables the common alert schema.

Functions

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