AlertRuleResource type
The alert rule resource.
type AlertRuleResource = Resource & {
action?: RuleActionUnion
actions?: RuleActionUnion[]
condition: RuleConditionUnion
description?: string
isEnabled: boolean
lastUpdatedTime?: Date
namePropertiesName: string
provisioningState?: string
}