inputArtifacts

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


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