WindowUptimeCriteriaComparator type
Defines comparison operators for window uptime criteria.
KnownWindowUptimeCriteriaComparator can be used interchangeably with WindowUptimeCriteriaComparator,
this enum contains the known values that the service supports.
Known values supported by the service
lt: Less than the target value.
gt: Greater than the target value.
lte: Less than or equal to the target value.
gte: Greater than or equal to the target value.
type WindowUptimeCriteriaComparator = string