outputArtifacts

@JvmName(name = "tqlyihlmbyyjshbj")
suspend fun outputArtifacts(value: Output<List<PipelineOutputArtifactArgs>>)
@JvmName(name = "bnxnunwvqphdwsbu")
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 = "bjfskbejprogekju")
suspend fun outputArtifacts(vararg values: Output<PipelineOutputArtifactArgs>)


@JvmName(name = "tqshsjalwikxwnge")
suspend fun outputArtifacts(values: List<Output<PipelineOutputArtifactArgs>>)
@JvmName(name = "gnhnrgcbhmboinrq")
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 = "lamxwhoaxptstnre")
suspend fun outputArtifacts(argument: List<suspend PipelineOutputArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "iosctpgsaqiwgkha")
suspend fun outputArtifacts(vararg argument: suspend PipelineOutputArtifactArgsBuilder.() -> Unit)
@JvmName(name = "ntjxnwijqywsuasg")
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 .