Webhook Filter Args
data class WebhookFilterArgs(val jsonPath: Output<String>, val matchEquals: Output<String>) : ConvertibleToJava<WebhookFilterArgs>
Properties
Link copied to clipboard
The value to match on (e.g., refs/heads/{Branch}
). See AWS docs for details.