Class EventarcTriggerDestinationGke.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestinationGke.Jsii$Proxy
-
- All Implemented Interfaces:
EventarcTriggerDestinationGke,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventarcTriggerDestinationGke
@Stability(Stable) @Internal public static final class EventarcTriggerDestinationGke.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventarcTriggerDestinationGke
An implementation forEventarcTriggerDestinationGke
-
-
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.EventarcTriggerDestinationGke
EventarcTriggerDestinationGke.Builder, EventarcTriggerDestinationGke.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EventarcTriggerDestinationGke.Builder builder)Constructor that initializes the object based on literal property values passed by theEventarcTriggerDestinationGke.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)StringgetCluster()Required.StringgetLocation()Required.StringgetNamespace()Required.StringgetPath()Optional.StringgetService()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(EventarcTriggerDestinationGke.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventarcTriggerDestinationGke.Builder.
-
-
Method Detail
-
getCluster
public final String getCluster()
Description copied from interface:EventarcTriggerDestinationGkeRequired.The name of the cluster the GKE service is running in. The cluster must be running in the same project as the trigger being created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#cluster EventarcTrigger#cluster}
- Specified by:
getClusterin interfaceEventarcTriggerDestinationGke
-
getLocation
public final String getLocation()
Description copied from interface:EventarcTriggerDestinationGkeRequired.The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#location EventarcTrigger#location}
- Specified by:
getLocationin interfaceEventarcTriggerDestinationGke
-
getNamespace
public final String getNamespace()
Description copied from interface:EventarcTriggerDestinationGkeRequired. The namespace the GKE service is running in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#namespace EventarcTrigger#namespace}
- Specified by:
getNamespacein interfaceEventarcTriggerDestinationGke
-
getService
public final String getService()
Description copied from interface:EventarcTriggerDestinationGkeRequired. Name of the GKE service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#service EventarcTrigger#service}
- Specified by:
getServicein interfaceEventarcTriggerDestinationGke
-
getPath
public final String getPath()
Description copied from interface:EventarcTriggerDestinationGkeOptional.The relative path on the GKE service the events should be sent to. The value must conform to the definition of a 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:
getPathin interfaceEventarcTriggerDestinationGke
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-