Class 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
    • 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)