Class EventarcTriggerDestinationGkeOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestinationGkeOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.181Z") @Stability(Stable) public class EventarcTriggerDestinationGkeOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description EventarcTriggerDestinationGkeOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEventarcTriggerDestinationGkeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEventarcTriggerDestinationGkeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCluster()StringgetClusterInput()EventarcTriggerDestinationGkegetInternalValue()StringgetLocation()StringgetLocationInput()StringgetNamespace()StringgetNamespaceInput()StringgetPath()StringgetPathInput()StringgetService()StringgetServiceInput()voidresetPath()voidsetCluster(String value)voidsetInternalValue(EventarcTriggerDestinationGke value)voidsetLocation(String value)voidsetNamespace(String value)voidsetPath(String value)voidsetService(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
EventarcTriggerDestinationGkeOutputReference
protected EventarcTriggerDestinationGkeOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
EventarcTriggerDestinationGkeOutputReference
protected EventarcTriggerDestinationGkeOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
EventarcTriggerDestinationGkeOutputReference
@Stability(Stable) public EventarcTriggerDestinationGkeOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetPath
@Stability(Stable) public void resetPath()
-
getClusterInput
@Stability(Stable) @Nullable public String getClusterInput()
-
getLocationInput
@Stability(Stable) @Nullable public String getLocationInput()
-
getNamespaceInput
@Stability(Stable) @Nullable public String getNamespaceInput()
-
getPathInput
@Stability(Stable) @Nullable public String getPathInput()
-
getServiceInput
@Stability(Stable) @Nullable public String getServiceInput()
-
getCluster
@Stability(Stable) @NotNull public String getCluster()
-
setCluster
@Stability(Stable) public void setCluster(@NotNull String value)
-
getLocation
@Stability(Stable) @NotNull public String getLocation()
-
setLocation
@Stability(Stable) public void setLocation(@NotNull String value)
-
getNamespace
@Stability(Stable) @NotNull public String getNamespace()
-
setNamespace
@Stability(Stable) public void setNamespace(@NotNull String value)
-
getPath
@Stability(Stable) @NotNull public String getPath()
-
setPath
@Stability(Stable) public void setPath(@NotNull String value)
-
getService
@Stability(Stable) @NotNull public String getService()
-
setService
@Stability(Stable) public void setService(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public EventarcTriggerDestinationGke getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable EventarcTriggerDestinationGke value)
-
-