AlertRuleNrtArgs

constructor(alertDetailsOverrides: Output<List<AlertRuleNrtAlertDetailsOverrideArgs>>? = 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<AlertRuleNrtEntityMappingArgs>>? = null, eventGrouping: Output<AlertRuleNrtEventGroupingArgs>? = null, incident: Output<AlertRuleNrtIncidentArgs>? = null, logAnalyticsWorkspaceId: Output<String>? = null, name: Output<String>? = null, query: Output<String>? = null, sentinelEntityMappings: Output<List<AlertRuleNrtSentinelEntityMappingArgs>>? = null, severity: Output<String>? = null, suppressionDuration: Output<String>? = null, suppressionEnabled: Output<Boolean>? = null, tactics: Output<List<String>>? = null, techniques: Output<List<String>>? = null)