WebhookFilterRule
The event criteria that specify when a webhook notification is sent to your URL.
Contents
- jsonPath
-
A JsonPath expression that is applied to the body/payload of the webhook. The value selected by the JsonPath expression must match the value specified in the
MatchEquals
field. Otherwise, the request is ignored. For more information, see Java JsonPath implementationin GitHub. Type: String
Length Constraints: Minimum length of 1. Maximum length of 150.
Required: Yes
- matchEquals
-
The value selected by the
JsonPath
expression must match what is supplied in theMatchEquals
field. Otherwise, the request is ignored. Properties from the target action configuration can be included as placeholders in this value by surrounding the action configuration key with curly brackets. For example, if the value supplied here is "refs/heads/{Branch}" and the target action has an action configuration property called "Branch" with a value of "main", theMatchEquals
value is evaluated as "refs/heads/main". For a list of action configuration properties for built-in action types, see Pipeline Structure Reference Action Requirements.Type: String
Length Constraints: Minimum length of 1. Maximum length of 150.
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: