Class EventarcTriggerDestinationHttpEndpoint.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestinationHttpEndpoint.Jsii$Proxy
-
- All Implemented Interfaces:
EventarcTriggerDestinationHttpEndpoint,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventarcTriggerDestinationHttpEndpoint
@Stability(Stable) @Internal public static final class EventarcTriggerDestinationHttpEndpoint.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventarcTriggerDestinationHttpEndpoint
An implementation forEventarcTriggerDestinationHttpEndpoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestinationHttpEndpoint
EventarcTriggerDestinationHttpEndpoint.Builder, EventarcTriggerDestinationHttpEndpoint.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EventarcTriggerDestinationHttpEndpoint.Builder builder)Constructor that initializes the object based on literal property values passed by theEventarcTriggerDestinationHttpEndpoint.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetUri()Required.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(EventarcTriggerDestinationHttpEndpoint.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventarcTriggerDestinationHttpEndpoint.Builder.
-
-
Method Detail
-
getUri
public final String getUri()
Description copied from interface:EventarcTriggerDestinationHttpEndpointRequired.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}
- Specified by:
getUriin interfaceEventarcTriggerDestinationHttpEndpoint
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-