Class DataprocMetastoreServiceScalingConfigOutputReference

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

      • DataprocMetastoreServiceScalingConfigOutputReference

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

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

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

      • resetInstanceSize

        @Stability(Stable)
        public void resetInstanceSize()
      • resetScalingFactor

        @Stability(Stable)
        public void resetScalingFactor()
      • getInstanceSizeInput

        @Stability(Stable)
        @Nullable
        public String getInstanceSizeInput()
      • getScalingFactorInput

        @Stability(Stable)
        @Nullable
        public Number getScalingFactorInput()
      • getInstanceSize

        @Stability(Stable)
        @NotNull
        public String getInstanceSize()
      • setInstanceSize

        @Stability(Stable)
        public void setInstanceSize​(@NotNull
                                    String value)
      • getScalingFactor

        @Stability(Stable)
        @NotNull
        public Number getScalingFactor()
      • setScalingFactor

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