WebhookFilter

data class WebhookFilter(val jsonPath: String, val matchEquals: String)

Constructors

Link copied to clipboard
constructor(jsonPath: String, matchEquals: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The JSON path to filter on.

Link copied to clipboard

The value to match on (e.g., refs/heads/{Branch}). See AWS docs for details.