Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Notification

Package version

interface

An interface representing Notification. The notification associated with a budget.

Hierarchy

  • Notification

Index

Properties

contactEmails

contactEmails: string[]
member

{string[]} contactEmails Email addresses to send the budget notification to when the threshold is exceeded.

Optional contactGroups

contactGroups: string[]
member

{string[]} [contactGroups] Action groups to send the budget notification to when the threshold is exceeded.

Optional contactRoles

contactRoles: string[]
member

{string[]} [contactRoles] Contact roles to send the budget notification to when the threshold is exceeded.

enabled

enabled: boolean
member

{boolean} enabled The notification is enabled or not.

operator

operator: OperatorType
member

{OperatorType} operator The comparison operator. Possible values include: 'EqualTo', 'GreaterThan', 'GreaterThanOrEqualTo'

threshold

threshold: number
member

{number} threshold Threshold value associated with a notification. Notification is sent when the cost exceeded the threshold. It is always percent and has to be between 0 and 1000.

Generated using TypeDoc