data class TriggerMatchingCriteriaArgs(val attribute: Output<String>, val operator: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<TriggerMatchingCriteriaArgs>
Required. The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the 'type' attribute.
Optional. The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is match-path-pattern.