Smart Detector Alert Rule Args
constructor(actionGroups: Output<ActionGroupsInformationArgs>? = null, alertRuleName: Output<String>? = null, description: Output<String>? = null, detector: Output<DetectorArgs>? = null, frequency: Output<String>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, scope: Output<List<String>>? = null, severity: Output<Either<String, Severity>>? = null, state: Output<Either<String, AlertRuleState>>? = null, tags: Output<Map<String, String>>? = null, throttling: Output<ThrottlingInformationArgs>? = null)