MatchingCriteriaArgs

data class MatchingCriteriaArgs(val attribute: Output<String>, val value: Output<String>) : ConvertibleToJava<MatchingCriteriaArgs>

Matches events based on exact matches on the CloudEvents attributes.

Constructors

Link copied to clipboard
fun MatchingCriteriaArgs(attribute: Output<String>, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): MatchingCriteriaArgs

Properties

Link copied to clipboard
val attribute: Output<String>

The name of a CloudEvents attribute. Currently, only a subset of attributes can be specified. All triggers MUST provide a matching criteria for the 'type' attribute.

Link copied to clipboard
val value: Output<String>

The value for the attribute.