Pipeline Trigger All
data class PipelineTriggerAll(val gitConfigurations: List<PipelineTriggerAllGitConfiguration>? = null, val providerType: String? = null)
Constructors
Link copied to clipboard
constructor(gitConfigurations: List<PipelineTriggerAllGitConfiguration>? = null, providerType: String? = null)
Properties
Link copied to clipboard
Provides the filter criteria and the source stage for the repository event that starts the pipeline. For more information, refer to the AWS documentation. A git_configuration
block is documented below.
Link copied to clipboard
The source provider for the event. Possible value is CodeStarSourceConnection
.