Class ComputeRegionNetworkEndpointGroupAppEngineOutputReference

  • 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:18.790Z")
    @Stability(Stable)
    public class ComputeRegionNetworkEndpointGroupAppEngineOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ComputeRegionNetworkEndpointGroupAppEngineOutputReference

        protected ComputeRegionNetworkEndpointGroupAppEngineOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ComputeRegionNetworkEndpointGroupAppEngineOutputReference

        protected ComputeRegionNetworkEndpointGroupAppEngineOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ComputeRegionNetworkEndpointGroupAppEngineOutputReference

        @Stability(Stable)
        public ComputeRegionNetworkEndpointGroupAppEngineOutputReference​(@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

      • resetService

        @Stability(Stable)
        public void resetService()
      • resetUrlMask

        @Stability(Stable)
        public void resetUrlMask()
      • resetVersion

        @Stability(Stable)
        public void resetVersion()
      • getServiceInput

        @Stability(Stable)
        @Nullable
        public String getServiceInput()
      • getUrlMaskInput

        @Stability(Stable)
        @Nullable
        public String getUrlMaskInput()
      • getVersionInput

        @Stability(Stable)
        @Nullable
        public String getVersionInput()
      • getService

        @Stability(Stable)
        @NotNull
        public String getService()
      • setService

        @Stability(Stable)
        public void setService​(@NotNull
                               String value)
      • getUrlMask

        @Stability(Stable)
        @NotNull
        public String getUrlMask()
      • setUrlMask

        @Stability(Stable)
        public void setUrlMask​(@NotNull
                               String value)
      • getVersion

        @Stability(Stable)
        @NotNull
        public String getVersion()
      • setVersion

        @Stability(Stable)
        public void setVersion​(@NotNull
                               String value)