GitPullRequestFilter
The event criteria for the pull request trigger configuration, such as the lists of branches or file paths to include and exclude.
The following are valid values for the events for this filter:
-
CLOSED
-
OPEN
-
UPDATED
Contents
- branches
-
The field that specifies to filter on branches for the pull request trigger configuration.
Type: GitBranchFilterCriteria object
Required: No
- events
-
The field that specifies which pull request events to filter on (OPEN, UPDATED, CLOSED) for the trigger configuration.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 3 items.
Valid Values:
OPEN | UPDATED | CLOSED
Required: No
- filePaths
-
The field that specifies to filter on file paths for the pull request trigger configuration.
Type: GitFilePathFilterCriteria object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: