ScheduledQueryRuleArgs

constructor(actions: Output<ActionsArgs>? = null, autoMitigate: Output<Boolean>? = null, checkWorkspaceAlertsStorageConfigured: Output<Boolean>? = null, criteria: Output<ScheduledQueryRuleCriteriaArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, enabled: Output<Boolean>? = null, evaluationFrequency: Output<String>? = null, identity: Output<IdentityArgs>? = null, kind: Output<Either<String, Kind>>? = null, location: Output<String>? = null, muteActionsDuration: Output<String>? = null, overrideQueryTimeRange: Output<String>? = null, resolveConfiguration: Output<RuleResolveConfigurationArgs>? = null, resourceGroupName: Output<String>? = null, ruleName: Output<String>? = null, scopes: Output<List<String>>? = null, severity: Output<Double>? = null, skipQueryValidation: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, targetResourceTypes: Output<List<String>>? = null, windowSize: Output<String>? = null)