Pipeline Trigger Args
    data class PipelineTriggerArgs(val gitConfiguration: Output<PipelineTriggerGitConfigurationArgs>, val providerType: Output<String>) : ConvertibleToJava<PipelineTriggerArgs> 
Constructors
Link copied to clipboard
                fun PipelineTriggerArgs(gitConfiguration: Output<PipelineTriggerGitConfigurationArgs>, providerType: Output<String>)
Functions
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.