Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScaleAction

Package version

The parameters for the scaling action.

Hierarchy

  • ScaleAction

Index

Properties

cooldown

cooldown: string

the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.

direction

direction: ScaleDirection

the scale direction. Whether the scaling action increases or decreases the number of instances. Possible values include: 'None', 'Increase', 'Decrease'

type

type: ScaleType

the type of action that should occur when the scale rule fires. Possible values include: 'ChangeCount', 'PercentChangeCount', 'ExactCount'

Optional value

value: undefined | string

the number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1. Default value: '1'.

Generated using TypeDoc