BudgetNotificationOperatorType

enum BudgetNotificationOperatorType : Enum<BudgetNotificationOperatorType> , ConvertibleToJava<BudgetNotificationOperatorType>

The comparison operator. Supported for CategoryType(s): Cost, ReservationUtilization. Supported operators for CategoryType: Cost

  • GreaterThan

  • GreaterThanOrEqualTo Supported operators for CategoryType: ReservationUtilization

  • LessThan

Entries

Link copied to clipboard

Notification will be triggered if the evaluated cost is the same as threshold value. Note: It’s not recommended to use this OperatorType as there’s low chance of cost being exactly the same as threshold value, leading to missing of your alert. This OperatorType will be deprecated in future. Supported for CategoryType(s): Cost.

Link copied to clipboard

Notification will be triggered if the evaluated cost is greater than the threshold value. Note: This is the recommended OperatorType while configuring Budget Alert. Supported for CategoryType(s): Cost.

Link copied to clipboard

Notification will be triggered if the evaluated cost is greater than or equal to the threshold value. Supported for CategoryType(s): Cost.

Link copied to clipboard

Notification will be triggered if any Reservations in the scope of the Reservation Utilization Alert Rule have a utilization less than the threshold percentage. Supported for CategoryType(s): ReservationUtilization.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: BudgetNotificationOperatorType
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): BudgetNotificationOperatorType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.