Package-level declarations

Types

Link copied to clipboard
class ActionRuleByName : KotlinCustomResource

Action rule object containing target scope, conditions and suppression logic 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 API Version: 2019-05-05-preview.

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

The alert rule information 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 API Version: 2019-06-01.

Link copied to clipboard