AlertRuleResourceBuilder

Deprecated

Please use one of the variants: FusionAlertRule, MicrosoftSecurityIncidentCreationAlertRule, ScheduledAlertRule.

Builder for AlertRule.

Functions

Link copied to clipboard
suspend fun args(block: suspend AlertRuleArgsBuilder.() -> Unit)
Link copied to clipboard
fun name(value: String)
Link copied to clipboard
suspend fun opts(block: suspend CustomResourceOptionsBuilder.() -> Unit)

Properties

Link copied to clipboard
var args: AlertRuleArgs? = null
Link copied to clipboard
var name: String? = null
Link copied to clipboard