AWS::CodePipeline::Pipeline GitPullRequestFilter - AWS CloudFormation

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 AWS 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