Class CloudfunctionsFunctionEventTrigger.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

      • getEventType

        public final String getEventType()
        Description copied from interface: CloudfunctionsFunctionEventTrigger
        The type of event to observe.

        For example: "google.storage.object.finalize". See the documentation on calling Cloud Functions for a full reference of accepted triggers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#event_type CloudfunctionsFunction#event_type}

        Specified by:
        getEventType in interface CloudfunctionsFunctionEventTrigger
      • getResource

        public final String getResource()
        Description copied from interface: CloudfunctionsFunctionEventTrigger
        The name or partial URI of the resource from which to observe events. For example, "myBucket" or "projects/my-project/topics/my-topic".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#resource CloudfunctionsFunction#resource}

        Specified by:
        getResource in interface CloudfunctionsFunctionEventTrigger
      • $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