Matching Criteria Args
data class MatchingCriteriaArgs(val attribute: Output<String>, val value: Output<String>) : ConvertibleToJava<MatchingCriteriaArgs>
Matches events based on exact matches on the CloudEvents attributes.
Matches events based on exact matches on the CloudEvents attributes.