recipeList

@JvmName(name = "gbxljqyhirbnidlo")
suspend fun recipeList(value: Output<List<String>>)
@JvmName(name = "ifmnxftaaucheyvm")
suspend fun recipeList(value: List<String>?)

Parameters

value

The list of candidate recipes.


@JvmName(name = "skqbprucvsocphwd")
suspend fun recipeList(vararg values: Output<String>)


@JvmName(name = "soqljwpdyefqiicr")
suspend fun recipeList(values: List<Output<String>>)
@JvmName(name = "nqmbttithxenhbmp")
suspend fun recipeList(vararg values: String)

Parameters

values

The list of candidate recipes.