Webhook Filter Group Filter Args
    data class WebhookFilterGroupFilterArgs(val excludeMatchedPattern: Output<Boolean>? = null, val pattern: Output<String>, val type: Output<String>) : ConvertibleToJava<WebhookFilterGroupFilterArgs> 
Constructors
Link copied to clipboard
                fun WebhookFilterGroupFilterArgs(excludeMatchedPattern: Output<Boolean>? = null, pattern: Output<String>, type: Output<String>)