AWS::CodePipeline::Pipeline GitPushFilter - Amazon CloudFormation
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).

AWS::CodePipeline::Pipeline GitPushFilter

The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.

Syntax

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

Properties

Branches

The field that specifies to filter on branches for the push trigger configuration.

Required: No

Type: GitBranchFilterCriteria

Update requires: No interruption

FilePaths

The field that specifies to filter on file paths for the push trigger configuration.

Required: No

Type: GitFilePathFilterCriteria

Update requires: No interruption

Tags

The field that contains the details for the Git tags trigger configuration.

Required: No

Type: GitTagFilterCriteria

Update requires: No interruption