Interface DataprocMetastoreServiceScalingConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataprocMetastoreServiceScalingConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.776Z")
    @Stability(Stable)
    public interface DataprocMetastoreServiceScalingConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getInstanceSize

        @Stability(Stable)
        @Nullable
        default String getInstanceSize()
        Metastore instance sizes. Possible values: ["EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#instance_size DataprocMetastoreService#instance_size}

      • getScalingFactor

        @Stability(Stable)
        @Nullable
        default Number getScalingFactor()
        Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#scaling_factor DataprocMetastoreService#scaling_factor}