AWS::CodePipeline::Pipeline GitFilePathFilterCriteria - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CodePipeline::Pipeline GitFilePathFilterCriteria

The Git repository file paths specified as filter criteria to start the pipeline.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Excludes" : [ String, ... ], "Includes" : [ String, ... ] }

YAML

Excludes: - String Includes: - String

Properties

Excludes

The list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.

Required: No

Type: Array of String

Minimum: 1

Maximum: 8

Update requires: No interruption

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.

Required: No

Type: Array of String

Minimum: 1

Maximum: 8

Update requires: No interruption