inputArtifacts

@JvmName(name = "xjmdygqcyoufmtyb")
suspend fun inputArtifacts(value: Output<List<String>>)
@JvmName(name = "bpcobtmpgpnwvffl")
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 = "xaqxgyubpvcbkwiu")
suspend fun inputArtifacts(vararg values: Output<String>)


@JvmName(name = "yflmlmmirsaqmrxn")
suspend fun inputArtifacts(values: List<Output<String>>)
@JvmName(name = "uncpdiyshstehovx")
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.