Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class MetricsSource : KotlinCustomResource

API Version: 2022-01-01-preview.

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

API Version: 2022-01-01-preview.

Link copied to clipboard
Link copied to clipboard
object MetricsSourceMapper : ResourceMapper<MetricsSource>
Link copied to clipboard
Link copied to clipboard
class MetricsSourceTagRule : KotlinCustomResource

Capture metrics of Azure resources based on ARM tags. API Version: 2022-01-01-preview.

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

Capture metrics of Azure resources based on ARM tags. API Version: 2022-01-01-preview.

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

API Version: 2020-10-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 tags: Output<Map<String, String>>? = null) : ConvertibleToJava<MonitorArgs>

API Version: 2020-10-01.

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

API Version: 2020-10-01.

Link copied to clipboard
data class SubAccountArgs(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 subAccountName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SubAccountArgs>

API Version: 2020-10-01.

Link copied to clipboard
Link copied to clipboard
object SubAccountMapper : ResourceMapper<SubAccount>
Link copied to clipboard
Link copied to clipboard
class SubAccountTagRule : KotlinCustomResource

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

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

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

Link copied to clipboard
object SubAccountTagRuleMapper : ResourceMapper<SubAccountTagRule>
Link copied to clipboard
class TagRule : KotlinCustomResource

Capture logs and metrics of Azure resources based on ARM tags. API Version: 2020-10-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-10-01.

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

Functions

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