GitFilePathFilterCriteria
The Git repository file paths specified as filter criteria to start the pipeline.
Contents
- excludes
-
The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 8 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
.*
Required: No
- includes
-
The list of patterns of Git repository file paths that, when a commit is pushed, are to be included as criteria that starts the pipeline.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 8 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: