arguments

@JvmName(name = "wagawqoaxfteqthj")
suspend fun arguments(value: Output<List<Map<String, String>>>)
@JvmName(name = "stiovffrqhloeyxl")
suspend fun arguments(value: List<Map<String, String>>?)

Parameters

value

Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.


@JvmName(name = "crbghovcyxqtglmr")
suspend fun arguments(vararg values: Output<Map<String, String>>)


@JvmName(name = "oforuncgnsflxarn")
suspend fun arguments(values: List<Output<Map<String, String>>>)
@JvmName(name = "hhjuvygnpafefjtg")
suspend fun arguments(vararg values: Map<String, String>)

Parameters

values

Collection of all external inputs that influenced the build on top of recipe.definedInMaterial and recipe.entryPoint. For example, if the recipe type were "make", then this might be the flags passed to make aside from the target, which is captured in recipe.entryPoint.