workflowParameters

@JvmName(name = "hemlfndtlaumahvx")
suspend fun workflowParameters(value: Output<Map<String, String>>)
@JvmName(name = "fbgffvaleeehearl")
suspend fun workflowParameters(value: Map<String, String>?)

Parameters

value

Specifies a map of Key-Value pairs of the Parameter Definitions to use for this Logic App Workflow. The key is the parameter name, and the value is a JSON encoded string of the parameter definition (see: https://docs.microsoft.com/azure/logic-apps/logic-apps-workflow-definition-language#parameters).


@JvmName(name = "ldpmmjwsmufvtsci")
fun workflowParameters(vararg values: Pair<String, String>)

Parameters

values

Specifies a map of Key-Value pairs of the Parameter Definitions to use for this Logic App Workflow. The key is the parameter name, and the value is a JSON encoded string of the parameter definition (see: https://docs.microsoft.com/azure/logic-apps/logic-apps-workflow-definition-language#parameters).