Interface EventarcTriggerDestinationHttpEndpoint

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    EventarcTriggerDestinationHttpEndpoint.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.181Z")
    @Stability(Stable)
    public interface EventarcTriggerDestinationHttpEndpoint
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getUri

        @Stability(Stable)
        @NotNull
        String getUri()
        Required.

        The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples: `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS protocols are supported. The host can be either a static IP addressable from the VPC specified by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#uri EventarcTrigger#uri}