inputArtifacts

@JvmName(name = "otbuwxjrowejmhan")
suspend fun inputArtifacts(value: Output<List<PipelineInputArtifactArgs>>)
@JvmName(name = "hpihgavmjrcbxgdo")
suspend fun inputArtifacts(value: List<PipelineInputArtifactArgs>?)

Parameters

value

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


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


@JvmName(name = "lsdnnwbktgpxsivy")
suspend fun inputArtifacts(values: List<Output<PipelineInputArtifactArgs>>)
@JvmName(name = "kyovwvvejcjpqhbf")
suspend fun inputArtifacts(vararg values: PipelineInputArtifactArgs)

Parameters

values

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


@JvmName(name = "ihjoaehnvbwcshlh")
suspend fun inputArtifacts(argument: List<suspend PipelineInputArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "liotodadcthojtuu")
suspend fun inputArtifacts(vararg argument: suspend PipelineInputArtifactArgsBuilder.() -> Unit)
@JvmName(name = "lgexraphejeqmryb")
suspend fun inputArtifacts(argument: suspend PipelineInputArtifactArgsBuilder.() -> Unit)

Parameters

argument

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