Interface DataprocAutoscalingPolicyBasicAlgorithm

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

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

      • getYarnConfig

        @Stability(Stable)
        @NotNull
        DataprocAutoscalingPolicyBasicAlgorithmYarnConfig getYarnConfig()
        yarn_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_autoscaling_policy#yarn_config DataprocAutoscalingPolicy#yarn_config}

      • getCooldownPeriod

        @Stability(Stable)
        @Nullable
        default String getCooldownPeriod()
        Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.

        Bounds: [2m, 1d]. Default: 2m. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_autoscaling_policy#cooldown_period DataprocAutoscalingPolicy#cooldown_period}