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