arguments

@JvmName(name = "uftstpthqsbtjehc")
suspend fun arguments(value: Output<Map<String, String>>)
@JvmName(name = "cgewccqealdfnxey")
suspend fun arguments(value: 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. Depending on the recipe Type, the structure may be different.


@JvmName(name = "ylmlohgbnxtgqabj")
fun arguments(vararg values: Pair<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. Depending on the recipe Type, the structure may be different.