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 2.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 2.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. In version 2.x of the Azure Native provider, it used API version 2021-08-08. Other available API versions: 2021-08-08-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. In version 2.x of the Azure Native provider, it used API version 2021-08-08. Other available API versions: 2021-08-08-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class Issue : KotlinCustomResource

The Issue resource Uses Azure REST API version 2025-03-01-preview.

Link copied to clipboard
data class IssueArgs(val issueName: Output<String>? = null, val properties: Output<IssuePropertiesArgs>? = null, val resourceUri: Output<String>? = null) : ConvertibleToJava<IssueArgs>

The Issue resource Uses Azure REST API version 2025-03-01-preview.

Link copied to clipboard

Builder for IssueArgs.

Link copied to clipboard
object IssueMapper : ResourceMapper<Issue>
Link copied to clipboard

Builder for Issue.

Link copied to clipboard
class PrometheusRuleGroup : KotlinCustomResource

The Prometheus rule group resource. Uses Azure REST API version 2023-03-01. In version 2.x of the Azure Native provider, it used API version 2023-03-01. Other available API versions: 2021-07-22-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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. In version 2.x of the Azure Native provider, it used API version 2023-03-01. Other available API versions: 2021-07-22-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2.x of the Azure Native provider, it used API version 2021-04-01. Other available API versions: 2019-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2.x of the Azure Native provider, it used API version 2021-04-01. Other available API versions: 2019-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native alertsmanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Functions