Class EventarcTriggerMatchingCriteria.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAttribute

        public final String getAttribute()
        Description copied from interface: EventarcTriggerMatchingCriteria
        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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#attribute EventarcTrigger#attribute}

        Specified by:
        getAttribute in interface EventarcTriggerMatchingCriteria
      • getValue

        public final String getValue()
        Description copied from interface: EventarcTriggerMatchingCriteria
        Required. The value for the attribute. See https://cloud.google.com/eventarc/docs/creating-triggers#trigger-gcloud for available values.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#value EventarcTrigger#value}

        Specified by:
        getValue in interface EventarcTriggerMatchingCriteria
      • getOperator

        public final String getOperator()
        Description copied from interface: EventarcTriggerMatchingCriteria
        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`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#operator EventarcTrigger#operator}

        Specified by:
        getOperator in interface EventarcTriggerMatchingCriteria
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object