Interface IScalable.Jsii$Default

    • Method Detail

      • getHasAutoscaler

        @Stability(Stable)
        @NotNull
        default Boolean getHasAutoscaler()
        If this is a target of an autoscaler.
        Specified by:
        getHasAutoscaler in interface IScalable
      • setHasAutoscaler

        @Stability(Stable)
        default void setHasAutoscaler​(@NotNull
                                      Boolean value)
        If this is a target of an autoscaler.
        Specified by:
        setHasAutoscaler in interface IScalable
      • markHasAutoscaler

        @Stability(Stable)
        default void markHasAutoscaler()
        Called on all IScalable targets when they are associated with an autoscaler.
        Specified by:
        markHasAutoscaler in interface IScalable
      • toScalingTarget

        @Stability(Stable)
        @NotNull
        default ScalingTarget toScalingTarget()
        Return the target spec properties of this Scalable.
        Specified by:
        toScalingTarget in interface IScalable