Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScaleRuleMetricDimension

Package version

Specifies an auto scale rule metric dimension.

Hierarchy

  • ScaleRuleMetricDimension

Index

Properties

dimensionName

dimensionName: string

Name of the dimension.

operator

the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values

values

values: string[]

list of dimension values. For example: ["App1","App2"].

Generated using TypeDoc