outputArtifacts

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


@JvmName(name = "gjoixglpryxvuvhf")
suspend fun outputArtifacts(values: List<Output<PipelineOutputArtifactArgs>>)
@JvmName(name = "egkiqrgdwhameghn")
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 = "tedikapduuxfjtdy")
suspend fun outputArtifacts(argument: List<suspend PipelineOutputArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "objkdulujqkesfjk")
suspend fun outputArtifacts(vararg argument: suspend PipelineOutputArtifactArgsBuilder.() -> Unit)
@JvmName(name = "akswdfiuwpaidlnb")
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 .