GitConfiguration
A type of trigger configuration for Git-based source actions.
Note
You can specify the Git configuration trigger type for all third-party
                Git-based source actions that are supported by the
                    CodeStarSourceConnection action type.
Contents
- sourceActionName
- 
               The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only. NoteYou can only specify one trigger configuration per source action. Type: String Length Constraints: Minimum length of 1. Maximum length of 100. Pattern: [A-Za-z0-9.@\-_]+Required: Yes 
- pullRequest
- 
               The field where the repository event that will start the pipeline is specified as pull requests. Type: Array of GitPullRequestFilter objects Array Members: Minimum number of 1 item. Maximum number of 3 items. Required: No 
- push
- 
               The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details. Type: Array of GitPushFilter objects Array Members: Minimum number of 1 item. Maximum number of 3 items. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: