Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AverageLoadScalingTrigger

Package version

interface

An interface representing AverageLoadScalingTrigger. Describes the average load trigger used for auto scaling.

Hierarchy

  • AverageLoadScalingTrigger

Index

Properties

kind

kind: "AverageLoad"
member

{string} kind Polymorphic Discriminator

lowerLoadThreshold

lowerLoadThreshold: number
member

{number} lowerLoadThreshold Lower load threshold (if average load is below this threshold, service will scale down).

metric

member

{AutoScalingMetricUnion} metric Description of the metric that is used for scaling.

scaleIntervalInSeconds

scaleIntervalInSeconds: number
member

{number} scaleIntervalInSeconds Scale interval that indicates how often will this trigger be checked.

upperLoadThreshold

upperLoadThreshold: number
member

{number} upperLoadThreshold Upper load threshold (if average load is above this threshold, service will scale up).

Generated using TypeDoc