AlertRuleScheduledArgs

constructor(alertDetailsOverrides: Output<List<AlertRuleScheduledAlertDetailsOverrideArgs>>? = null, alertRuleTemplateGuid: Output<String>? = null, alertRuleTemplateVersion: Output<String>? = null, customDetails: Output<Map<String, String>>? = null, description: Output<String>? = null, displayName: Output<String>? = null, enabled: Output<Boolean>? = null, entityMappings: Output<List<AlertRuleScheduledEntityMappingArgs>>? = null, eventGrouping: Output<AlertRuleScheduledEventGroupingArgs>? = null, incident: Output<AlertRuleScheduledIncidentArgs>? = null, logAnalyticsWorkspaceId: Output<String>? = null, name: Output<String>? = null, query: Output<String>? = null, queryFrequency: Output<String>? = null, queryPeriod: Output<String>? = null, sentinelEntityMappings: Output<List<AlertRuleScheduledSentinelEntityMappingArgs>>? = null, severity: Output<String>? = null, suppressionDuration: Output<String>? = null, suppressionEnabled: Output<Boolean>? = null, tactics: Output<List<String>>? = null, techniques: Output<List<String>>? = null, triggerOperator: Output<String>? = null, triggerThreshold: Output<Int>? = null)