Package-level declarations

Types

Link copied to clipboard
class ActionRuleByName : KotlinCustomResource

Action rule object containing target scope, conditions and suppression logic Uses Azure REST API version 2019-05-05-preview. In version 1.x of the Azure Native provider, it used API version 2019-05-05-preview.

Link copied to clipboard
data class ActionRuleByNameArgs(val actionRuleName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ActionRuleByNameArgs>

Action rule object containing target scope, conditions and suppression logic Uses Azure REST API version 2019-05-05-preview. In version 1.x of the Azure Native provider, it used API version 2019-05-05-preview.

Link copied to clipboard
object ActionRuleByNameMapper : ResourceMapper<ActionRuleByName>
Link copied to clipboard
class AlertProcessingRuleByName : KotlinCustomResource

Alert processing rule object containing target scopes, conditions and scheduling logic. Uses Azure REST API version 2021-08-08.

Link copied to clipboard
data class AlertProcessingRuleByNameArgs(val alertProcessingRuleName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<AlertProcessingRulePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AlertProcessingRuleByNameArgs>

Alert processing rule object containing target scopes, conditions and scheduling logic. Uses Azure REST API version 2021-08-08.

Link copied to clipboard
Link copied to clipboard
class PrometheusRuleGroup : KotlinCustomResource

The Prometheus rule group resource. Uses Azure REST API version 2023-03-01.

Link copied to clipboard
data class PrometheusRuleGroupArgs(val clusterName: Output<String>? = null, val description: Output<String>? = null, val enabled: Output<Boolean>? = null, val interval: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val ruleGroupName: Output<String>? = null, val rules: Output<List<PrometheusRuleArgs>>? = null, val scopes: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PrometheusRuleGroupArgs>

The Prometheus rule group resource. Uses Azure REST API version 2023-03-01.

Link copied to clipboard
Link copied to clipboard
class SmartDetectorAlertRule : KotlinCustomResource

The alert rule information Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard
data class SmartDetectorAlertRuleArgs(val actionGroups: Output<ActionGroupsInformationArgs>? = null, val alertRuleName: Output<String>? = null, val description: Output<String>? = null, val detector: Output<DetectorArgs>? = null, val frequency: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scope: Output<List<String>>? = null, val severity: Output<Either<String, Severity>>? = null, val state: Output<Either<String, AlertRuleState>>? = null, val tags: Output<Map<String, String>>? = null, val throttling: Output<ThrottlingInformationArgs>? = null) : ConvertibleToJava<SmartDetectorAlertRuleArgs>

The alert rule information Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2019-06-01.

Link copied to clipboard

Functions