AWS::CodePipeline::Pipeline GitPullRequestFilter - 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 GitPullRequestFilter

The event criteria for the pull request trigger configuration, such as the lists of branches or file paths 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 pull request trigger configuration.

Required: No

Type: GitBranchFilterCriteria

Update requires: No interruption

Events

The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.

Required: No

Type: Array of String

Minimum: 1

Maximum: 3

Update requires: No interruption

FilePaths

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

Required: No

Type: GitFilePathFilterCriteria

Update requires: No interruption