parameters

@JvmName(name = "hcuhtpjbpppsaxje")
suspend fun parameters(value: Output<List<WorkflowTemplateParameterArgs>>)
@JvmName(name = "loguvlblninirlxe")
suspend fun parameters(value: List<WorkflowTemplateParameterArgs>?)

Parameters

value

Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.


@JvmName(name = "xoivmldwihehffxf")
suspend fun parameters(vararg values: Output<WorkflowTemplateParameterArgs>)


@JvmName(name = "viifmnitrderxnup")
suspend fun parameters(values: List<Output<WorkflowTemplateParameterArgs>>)
@JvmName(name = "ulwcvfilqegiducw")
suspend fun parameters(vararg values: WorkflowTemplateParameterArgs)

Parameters

values

Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.


@JvmName(name = "jtmeremkkxvfoloc")
suspend fun parameters(argument: List<suspend WorkflowTemplateParameterArgsBuilder.() -> Unit>)
@JvmName(name = "wkapwgdqdvdfsmcn")
suspend fun parameters(vararg argument: suspend WorkflowTemplateParameterArgsBuilder.() -> Unit)
@JvmName(name = "nxqxciibdebcupqp")
suspend fun parameters(argument: suspend WorkflowTemplateParameterArgsBuilder.() -> Unit)

Parameters

argument

Template parameters whose values are substituted into the template. Values for parameters must be provided when the template is instantiated.