Class ComputeRegionInstanceGroupManagerVersionTargetSizeOutputReference

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

      • ComputeRegionInstanceGroupManagerVersionTargetSizeOutputReference

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

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

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

      • resetFixed

        @Stability(Stable)
        public void resetFixed()
      • resetPercent

        @Stability(Stable)
        public void resetPercent()
      • getFixedInput

        @Stability(Stable)
        @Nullable
        public Number getFixedInput()
      • getPercentInput

        @Stability(Stable)
        @Nullable
        public Number getPercentInput()
      • getFixed

        @Stability(Stable)
        @NotNull
        public Number getFixed()
      • setFixed

        @Stability(Stable)
        public void setFixed​(@NotNull
                             Number value)
      • getPercent

        @Stability(Stable)
        @NotNull
        public Number getPercent()
      • setPercent

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