Class AppEngineStandardAppVersionAutomaticScalingOutputReference

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

      • AppEngineStandardAppVersionAutomaticScalingOutputReference

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

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

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

      • resetMaxConcurrentRequests

        @Stability(Stable)
        public void resetMaxConcurrentRequests()
      • resetMaxIdleInstances

        @Stability(Stable)
        public void resetMaxIdleInstances()
      • resetMaxPendingLatency

        @Stability(Stable)
        public void resetMaxPendingLatency()
      • resetMinIdleInstances

        @Stability(Stable)
        public void resetMinIdleInstances()
      • resetMinPendingLatency

        @Stability(Stable)
        public void resetMinPendingLatency()
      • resetStandardSchedulerSettings

        @Stability(Stable)
        public void resetStandardSchedulerSettings()
      • getMaxConcurrentRequestsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxConcurrentRequestsInput()
      • getMaxIdleInstancesInput

        @Stability(Stable)
        @Nullable
        public Number getMaxIdleInstancesInput()
      • getMaxPendingLatencyInput

        @Stability(Stable)
        @Nullable
        public String getMaxPendingLatencyInput()
      • getMinIdleInstancesInput

        @Stability(Stable)
        @Nullable
        public Number getMinIdleInstancesInput()
      • getMinPendingLatencyInput

        @Stability(Stable)
        @Nullable
        public String getMinPendingLatencyInput()
      • getMaxConcurrentRequests

        @Stability(Stable)
        @NotNull
        public Number getMaxConcurrentRequests()
      • setMaxConcurrentRequests

        @Stability(Stable)
        public void setMaxConcurrentRequests​(@NotNull
                                             Number value)
      • getMaxIdleInstances

        @Stability(Stable)
        @NotNull
        public Number getMaxIdleInstances()
      • setMaxIdleInstances

        @Stability(Stable)
        public void setMaxIdleInstances​(@NotNull
                                        Number value)
      • getMaxPendingLatency

        @Stability(Stable)
        @NotNull
        public String getMaxPendingLatency()
      • setMaxPendingLatency

        @Stability(Stable)
        public void setMaxPendingLatency​(@NotNull
                                         String value)
      • getMinIdleInstances

        @Stability(Stable)
        @NotNull
        public Number getMinIdleInstances()
      • setMinIdleInstances

        @Stability(Stable)
        public void setMinIdleInstances​(@NotNull
                                        Number value)
      • getMinPendingLatency

        @Stability(Stable)
        @NotNull
        public String getMinPendingLatency()
      • setMinPendingLatency

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