Class TriggerMatchingCriteriaArgs


  • public final class TriggerMatchingCriteriaArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • attribute

        public com.pulumi.core.Output<java.lang.String> attribute()
        Returns:
        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.
      • operator

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> operator()
        Returns:
        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`.
      • value

        public com.pulumi.core.Output<java.lang.String> value()
        Returns:
        Required. The value for the attribute. See https://cloud.google.com/eventarc/docs/creating-triggers#trigger-gcloud for available values. ***