PipelineOutputArtifactArgs

data class PipelineOutputArtifactArgs(val name: Output<String>) : ConvertibleToJava<PipelineOutputArtifactArgs>

Represents information about the output of an action.

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the output of an artifact, such as "My App".

Functions

Link copied to clipboard
open override fun toJava(): PipelineOutputArtifactArgs