Class EventarcTriggerDestinationCloudRunService.Jsii$Proxy

    • Method Detail

      • getService

        public final String getService()
        Description copied from interface: EventarcTriggerDestinationCloudRunService
        Required.

        The name of the Cloud Run service being addressed. See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services. Only services located in the same project of the trigger object can be addressed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#service EventarcTrigger#service}

        Specified by:
        getService in interface EventarcTriggerDestinationCloudRunService
      • getPath

        public final String getPath()
        Description copied from interface: EventarcTriggerDestinationCloudRunService
        Optional.

        The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#path EventarcTrigger#path}

        Specified by:
        getPath in interface EventarcTriggerDestinationCloudRunService
      • $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