This template creates an AWS CodeBuild project with two filter groups. The filter groups specify conditions that trigger a build when evaluated to true. The first filter group triggers a build when a pull request is created or updated on the master branch by a GitHub user that does not have account ID 12345. The second filter group triggers a build when a push request is created on files with names that match the regular expression READ_ME in branches with Git reference names that match the regular expression ^refs/heads/.*.

CodeBuildProject
AWS::CodeBuild::Project


Artifacts *
Environment *
EnvironmentVariables
RegistryCredential
Source *
Auth
BuildStatusConfig
GitSubmodulesConfig
Triggers
FilterGroups
FilterGroup
FilterGroup

CloudFormation Template

Share Template