Class CloudRunV2ServiceTemplateScalingOutputReference

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

      • CloudRunV2ServiceTemplateScalingOutputReference

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

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

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

      • resetMaxInstanceCount

        @Stability(Stable)
        public void resetMaxInstanceCount()
      • resetMinInstanceCount

        @Stability(Stable)
        public void resetMinInstanceCount()
      • getMaxInstanceCountInput

        @Stability(Stable)
        @Nullable
        public Number getMaxInstanceCountInput()
      • getMinInstanceCountInput

        @Stability(Stable)
        @Nullable
        public Number getMinInstanceCountInput()
      • getMaxInstanceCount

        @Stability(Stable)
        @NotNull
        public Number getMaxInstanceCount()
      • setMaxInstanceCount

        @Stability(Stable)
        public void setMaxInstanceCount​(@NotNull
                                        Number value)
      • getMinInstanceCount

        @Stability(Stable)
        @NotNull
        public Number getMinInstanceCount()
      • setMinInstanceCount

        @Stability(Stable)
        public void setMinInstanceCount​(@NotNull
                                        Number value)