inputArtifacts

@JvmName(name = "yonurtanbvtclbby")
suspend fun inputArtifacts(value: Output<List<String>>)
@JvmName(name = "jmeiefpxupruvpet")
suspend fun inputArtifacts(value: List<String>?)

Parameters

value

The list of the input artifacts fields for the rule, such as specifying an input file for the rule.


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


@JvmName(name = "xvmltkushqdicniv")
suspend fun inputArtifacts(values: List<Output<String>>)
@JvmName(name = "rjjqoxmaphsolscb")
suspend fun inputArtifacts(vararg values: String)

Parameters

values

The list of the input artifacts fields for the rule, such as specifying an input file for the rule.