inputArtifacts

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

Parameters

value

The name or ID of the artifact consumed by the action, such as a test or build artifact. While the field is not a required parameter, most actions have an action configuration that requires a specified quantity of input artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide .

For a CodeBuild action with multiple input artifacts, one of your input sources must be designated the PrimarySource. For more information, see the CodeBuild action reference page in the AWS CodePipeline User Guide .


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


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

Parameters

values

The name or ID of the artifact consumed by the action, such as a test or build artifact. While the field is not a required parameter, most actions have an action configuration that requires a specified quantity of input artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide .

For a CodeBuild action with multiple input artifacts, one of your input sources must be designated the PrimarySource. For more information, see the CodeBuild action reference page in the AWS CodePipeline User Guide .


@JvmName(name = "bftvrucmtmcxdwhx")
suspend fun inputArtifacts(argument: List<suspend PipelineInputArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "geqopgvejiqmblfm")
suspend fun inputArtifacts(vararg argument: suspend PipelineInputArtifactArgsBuilder.() -> Unit)
@JvmName(name = "hyvcuwogcnitexgy")
suspend fun inputArtifacts(argument: suspend PipelineInputArtifactArgsBuilder.() -> Unit)

Parameters

argument

The name or ID of the artifact consumed by the action, such as a test or build artifact. While the field is not a required parameter, most actions have an action configuration that requires a specified quantity of input artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide .

For a CodeBuild action with multiple input artifacts, one of your input sources must be designated the PrimarySource. For more information, see the CodeBuild action reference page in the AWS CodePipeline User Guide .