Interface HpaScalingPolicyV2

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

    @Generated(value="jsii-pacmak/1.75.0 (build 63bb957)",
               date="2023-02-20T02:42:02.079Z")
    @Stability(Stable)
    public interface HpaScalingPolicyV2
    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