Interface HpaScalingPolicyV2Beta2

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

    @Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)",
               date="2023-05-05T16:22:33.934Z")
    @Stability(Stable)
    public interface HpaScalingPolicyV2Beta2
    extends software.amazon.jsii.JsiiSerializable
    HPAScalingPolicy is a single policy which must hold true for a specified past interval.
    • Method Detail

      • getPeriodSeconds

        @Stability(Stable)
        @NotNull
        Number getPeriodSeconds()
        PeriodSeconds specifies the window of time for which the policy should hold true.

        PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).

      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        Type is used to specify the scaling policy.
      • getValue

        @Stability(Stable)
        @NotNull
        Number getValue()
        Value contains the amount of change which is permitted by the policy.

        It must be greater than zero