AlertRuleScheduledIncidentConfigurationArgs

data class AlertRuleScheduledIncidentConfigurationArgs(val createIncident: Output<Boolean>, val grouping: Output<AlertRuleScheduledIncidentConfigurationGroupingArgs>) : ConvertibleToJava<AlertRuleScheduledIncidentConfigurationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val createIncident: Output<Boolean>

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

Link copied to clipboard

A grouping block as defined below.