Package-level declarations
Types
Link copied to clipboard
object DatadogFunctions
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>
Uses Azure REST API version 2022-06-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01. Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
Link copied to clipboard
class MonitorArgsBuilder
Builder for MonitorArgs.
Link copied to clipboard
The request to update subscriptions needed to be monitored by the Datadog monitor resource. Uses Azure REST API version 2023-01-01. Other available API versions: 2023-07-07, 2023-10-20.
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. Uses Azure REST API version 2023-01-01. Other available API versions: 2023-07-07, 2023-10-20.
Link copied to clipboard
Builder for MonitoredSubscriptionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for MonitoredSubscription.
Link copied to clipboard
Link copied to clipboard
class MonitorResourceBuilder
Builder for Monitor.
Functions
Link copied to clipboard
suspend fun monitoredSubscription(name: String, block: suspend MonitoredSubscriptionResourceBuilder.() -> Unit): MonitoredSubscription