Package-level declarations

Types

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

Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-03-01. Other available API versions: 2022-08-01, 2023-01-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>

Azure REST API version: 2022-06-01. Prior API version in Azure Native 1.x: 2021-03-01. Other available API versions: 2022-08-01, 2023-01-01.

Link copied to clipboard
Link copied to clipboard
class MonitoredSubscription : KotlinCustomResource

The request to update subscriptions needed to be monitored by the Datadog monitor resource. Azure REST API version: 2023-01-01.

Link copied to clipboard
data class MonitoredSubscriptionArgs(val configurationName: Output<String>? = null, val monitorName: Output<String>? = null, val properties: Output<SubscriptionListArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<MonitoredSubscriptionArgs>

The request to update subscriptions needed to be monitored by the Datadog monitor resource. Azure REST API version: 2023-01-01.

Link copied to clipboard
Link copied to clipboard
object MonitorMapper : ResourceMapper<Monitor>
Link copied to clipboard

Functions

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