arguments

@JvmName(name = "cqggepmrvebmecut")
suspend fun arguments(value: Output<List<Map<String, String>>>)
@JvmName(name = "fjexgdhemfpsnndb")
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. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".


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


@JvmName(name = "fsjmjcrhaohutnie")
suspend fun arguments(values: List<Output<Map<String, String>>>)
@JvmName(name = "wqnssdmohjhgvach")
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. Since the arguments field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".