outputArtifacts

@JvmName(name = "xqmlvkwacxwjckai")
suspend fun outputArtifacts(value: Output<List<PipelineOutputArtifactArgs>>)
@JvmName(name = "icjvrtrpmpbmjtkr")
suspend fun outputArtifacts(value: List<PipelineOutputArtifactArgs>?)

Parameters

value

The name or ID of the result of the action declaration, 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 output artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide .


@JvmName(name = "gmlaqdwpsmoicykd")
suspend fun outputArtifacts(vararg values: Output<PipelineOutputArtifactArgs>)


@JvmName(name = "plxtbbmlierwbrep")
suspend fun outputArtifacts(values: List<Output<PipelineOutputArtifactArgs>>)
@JvmName(name = "qkcirqldxpqeynkx")
suspend fun outputArtifacts(vararg values: PipelineOutputArtifactArgs)

Parameters

values

The name or ID of the result of the action declaration, 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 output artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide .


@JvmName(name = "rlyqsoxpxetgkhuv")
suspend fun outputArtifacts(argument: List<suspend PipelineOutputArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "grombyvrhkisumtk")
suspend fun outputArtifacts(vararg argument: suspend PipelineOutputArtifactArgsBuilder.() -> Unit)
@JvmName(name = "havenfrbhlmvregp")
suspend fun outputArtifacts(argument: suspend PipelineOutputArtifactArgsBuilder.() -> Unit)

Parameters

argument

The name or ID of the result of the action declaration, 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 output artifacts. To refer to the action configuration specification by action provider, see the Action structure reference in the AWS CodePipeline User Guide .