GitFilePathFilterCriteria - CodePipeline
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: