This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CodePipeline::Pipeline GitTagFilterCriteria
The Git tags specified as filter criteria for whether a Git tag repository event will start the pipeline.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Excludes-
The list of patterns of Git tags that, when pushed, are to be excluded from starting the pipeline.
Required: No
Type: Array of String
Minimum:
1Maximum:
8Update requires: No interruption
Includes-
The list of patterns of Git tags that, when pushed, are to be included as criteria that starts the pipeline.
Required: No
Type: Array of String
Minimum:
1Maximum:
8Update requires: No interruption