BusinessProcessMappingItemArgs

data class BusinessProcessMappingItemArgs(val logicAppResourceId: Output<String>? = null, val operationName: Output<String>? = null, val operationType: Output<String>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<BusinessProcessMappingItemArgs>

The properties of business process mapping.

Constructors

Link copied to clipboard
constructor(logicAppResourceId: Output<String>? = null, operationName: Output<String>? = null, operationType: Output<String>? = null, workflowName: Output<String>? = null)

Properties

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

The logic app resource id.

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

The operation name.

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

The mapping item operation type of the business process.

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

The workflow name within the logic app.

Functions

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