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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventarcTriggerDestinationHttpEndpoint.BuilderA builder forEventarcTriggerDestinationHttpEndpointstatic classEventarcTriggerDestinationHttpEndpoint.Jsii$ProxyAn implementation forEventarcTriggerDestinationHttpEndpoint
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static EventarcTriggerDestinationHttpEndpoint.Builderbuilder()StringgetUri()Required.
-
-
-
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}
-
builder
@Stability(Stable) static EventarcTriggerDestinationHttpEndpoint.Builder builder()
-
-