ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitionsArgs

data class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitionsArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val helpUrl: Output<String>? = null, val isEnabledByDefault: Output<Boolean>? = null, val isHidden: Output<Boolean>? = null, val isInPreview: Output<Boolean>? = null, val name: Output<String>? = null, val supportsEmailNotifications: Output<Boolean>? = null) : ConvertibleToJava<ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitionsArgs>

Static definitions of the ProactiveDetection configuration rule (same values for all components).

Constructors

constructor(description: Output<String>? = null, displayName: Output<String>? = null, helpUrl: Output<String>? = null, isEnabledByDefault: Output<Boolean>? = null, isHidden: Output<Boolean>? = null, isInPreview: Output<Boolean>? = null, name: Output<String>? = null, supportsEmailNotifications: Output<Boolean>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The rule description

Link copied to clipboard
val displayName: Output<String>? = null

The rule name as it is displayed in UI

Link copied to clipboard
val helpUrl: Output<String>? = null

URL which displays additional info about the proactive detection rule

Link copied to clipboard
val isEnabledByDefault: Output<Boolean>? = null

A flag indicating whether the rule is enabled by default

Link copied to clipboard
val isHidden: Output<Boolean>? = null

A flag indicating whether the rule is hidden (from the UI)

Link copied to clipboard
val isInPreview: Output<Boolean>? = null

A flag indicating whether the rule is in preview

Link copied to clipboard
val name: Output<String>? = null

The rule name

Link copied to clipboard
val supportsEmailNotifications: Output<Boolean>? = null

A flag indicating whether email notifications are supported for detections for this rule

Functions

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