Logic App Receiver Args
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
fun LogicAppReceiverArgs(callbackUrl: Output<String>, name: Output<String>, resourceId: Output<String>, useCommonAlertSchema: Output<Boolean>? = null)