Sentinel Functions
object SentinelFunctions
Functions
Link copied to clipboard
Use this data source to access information about an existing Sentinel Alert Rule.
suspend fun getAlertRule(argument: suspend GetAlertRulePlainArgsBuilder.() -> Unit): GetAlertRuleResult
Link copied to clipboard
Use this data source to access information about an existing Anomaly Alert Rule.
suspend fun getAlertRuleAnomaly(argument: suspend GetAlertRuleAnomalyPlainArgsBuilder.() -> Unit): GetAlertRuleAnomalyResult
suspend fun getAlertRuleAnomaly(displayName: String? = null, logAnalyticsWorkspaceId: String, name: String? = null): GetAlertRuleAnomalyResult
Link copied to clipboard
suspend fun getAlertRuleTemplate(argument: GetAlertRuleTemplatePlainArgs): GetAlertRuleTemplateResult
Use this data source to access information about an existing Sentinel Alert Rule Template.
suspend fun getAlertRuleTemplate(argument: suspend GetAlertRuleTemplatePlainArgsBuilder.() -> Unit): GetAlertRuleTemplateResult
suspend fun getAlertRuleTemplate(displayName: String? = null, logAnalyticsWorkspaceId: String, name: String? = null): GetAlertRuleTemplateResult