AlertRuleNrtIncidentArgs

data class AlertRuleNrtIncidentArgs(val createIncidentEnabled: Output<Boolean>, val grouping: Output<AlertRuleNrtIncidentGroupingArgs>) : ConvertibleToJava<AlertRuleNrtIncidentArgs>

Constructors

Link copied to clipboard
constructor(createIncidentEnabled: Output<Boolean>, grouping: Output<AlertRuleNrtIncidentGroupingArgs>)

Properties

Link copied to clipboard

Whether to create an incident from alerts triggered by this Sentinel NRT Alert Rule?

Link copied to clipboard

A grouping block as defined below.

Functions

Link copied to clipboard
open override fun toJava(): AlertRuleNrtIncidentArgs