Pipeline Stage Action Args
data class PipelineStageActionArgs(val category: Output<String>, val configuration: Output<Map<String, String>>? = null, val inputArtifacts: Output<List<String>>? = null, val name: Output<String>, val namespace: Output<String>? = null, val outputArtifacts: Output<List<String>>? = null, val owner: Output<String>, val provider: Output<String>, val region: Output<String>? = null, val roleArn: Output<String>? = null, val runOrder: Output<Int>? = null, val version: Output<String>) : ConvertibleToJava<PipelineStageActionArgs>
Constructors
Link copied to clipboard
constructor(category: Output<String>, configuration: Output<Map<String, String>>? = null, inputArtifacts: Output<List<String>>? = null, name: Output<String>, namespace: Output<String>? = null, outputArtifacts: Output<List<String>>? = null, owner: Output<String>, provider: Output<String>, region: Output<String>? = null, roleArn: Output<String>? = null, runOrder: Output<Int>? = null, version: Output<String>)
Properties
Link copied to clipboard
A map of the action declaration's configuration. Configurations options for action types and providers can be found in the Pipeline Structure Reference and Action Structure Reference documentation.
Link copied to clipboard
A list of artifact names to be worked on.
Link copied to clipboard
A list of artifact names to output. Output artifact names must be unique within a pipeline.
Link copied to clipboard
The provider of the service being called by the action. Valid providers are determined by the action category. Provider names are listed in the Action Structure Reference documentation.