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
fun PipelineStageActionArgs(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>)
Functions
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
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.