Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Monitor : KotlinCustomResource

Monitor resource. API Version: 2020-07-01.

Link copied to clipboard
data class MonitorArgs(val identity: Output<IdentityPropertiesArgs>? = null, val location: Output<String>? = null, val monitorName: Output<String>? = null, val properties: Output<MonitorPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<ResourceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MonitorArgs>

Monitor resource. API Version: 2020-07-01.

Link copied to clipboard
Link copied to clipboard
object MonitorMapper : ResourceMapper<Monitor>
Link copied to clipboard
Link copied to clipboard
class TagRule : KotlinCustomResource

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-07-01.

Link copied to clipboard
data class TagRuleArgs(val monitorName: Output<String>? = null, val properties: Output<MonitoringTagRulesPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val ruleSetName: Output<String>? = null) : ConvertibleToJava<TagRuleArgs>

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-07-01.

Link copied to clipboard
Link copied to clipboard
object TagRuleMapper : ResourceMapper<TagRule>
Link copied to clipboard

Functions

Link copied to clipboard
fun monitor(name: String): Monitor
suspend fun monitor(name: String, block: suspend MonitorResourceBuilder.() -> Unit): Monitor
Link copied to clipboard
fun tagRule(name: String): TagRule
suspend fun tagRule(name: String, block: suspend TagRuleResourceBuilder.() -> Unit): TagRule