AlertPrometheusRuleGroup

class AlertPrometheusRuleGroup : KotlinCustomResource

Manages an Alert Management Prometheus Rule Group.

Import

Alert Management Prometheus Rule Group can be imported using the resource id, e.g.

$ pulumi import azure:monitoring/alertPrometheusRuleGroup:AlertPrometheusRuleGroup example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.AlertsManagement/prometheusRuleGroups/ruleGroup1

Properties

Link copied to clipboard
val clusterName: Output<String>?

Specifies the name of the Managed Kubernetes Cluster.

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

The description of the Alert Management Prometheus Rule Group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val interval: Output<String>?

Specifies the interval in which to run the Alert Management Prometheus Rule Group represented in ISO 8601 duration format. Possible values are between PT1M and PT15M.

Link copied to clipboard
val location: Output<String>

Specifies the Azure Region where the Alert Management Prometheus Rule Group should exist. Changing this forces a new resource to be created.

Link copied to clipboard
val name: Output<String>

Specifies the name which should be used for this Alert Management Prometheus Rule Group. Changing this forces a new resource to be created.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies the name of the Resource Group where the Alert Management Prometheus Rule Group should exist. Changing this forces a new resource to be created.

Link copied to clipboard

Is this Alert Management Prometheus Rule Group enabled? Possible values are true and false.

Link copied to clipboard

A rule block as defined below.

Link copied to clipboard
val scopes: Output<List<String>>

Specifies the resource ID of the Azure Monitor Workspace.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A mapping of tags to assign to the Alert Management Prometheus Rule Group.

Link copied to clipboard
val urn: Output<String>