Package-level declarations

Types

Link copied to clipboard
class Dashboard : KotlinCustomResource

Manages a shared dashboard in the Azure Portal. !>Note: The azure.portal.Dashboard resource is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.portal.PortalDashboard resource instead.

Link copied to clipboard
data class DashboardArgs constructor(val dashboardProperties: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DashboardArgs>

Manages a shared dashboard in the Azure Portal. !>Note: The azure.portal.Dashboard resource is deprecated in version 3.0 of the AzureRM provider and will be removed in version 4.0. Please use the azure.portal.PortalDashboard resource instead.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object DashboardMapper : ResourceMapper<Dashboard>
Link copied to clipboard
Link copied to clipboard
class Grafana : KotlinCustomResource

Manages a Dashboard Grafana.

Link copied to clipboard
data class GrafanaArgs(val apiKeyEnabled: Output<Boolean>? = null, val autoGeneratedDomainNameLabelScope: Output<String>? = null, val azureMonitorWorkspaceIntegrations: Output<List<GrafanaAzureMonitorWorkspaceIntegrationArgs>>? = null, val deterministicOutboundIpEnabled: Output<Boolean>? = null, val grafanaMajorVersion: Output<String>? = null, val identity: Output<GrafanaIdentityArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<String>? = null, val smtp: Output<GrafanaSmtpArgs>? = null, val tags: Output<Map<String, String>>? = null, val zoneRedundancyEnabled: Output<Boolean>? = null) : ConvertibleToJava<GrafanaArgs>

Manages a Dashboard Grafana.

Link copied to clipboard
Link copied to clipboard
object GrafanaMapper : ResourceMapper<Grafana>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun dashboard(name: String, block: suspend DashboardResourceBuilder.() -> Unit): Dashboard
Link copied to clipboard
fun grafana(name: String): Grafana
suspend fun grafana(name: String, block: suspend GrafanaResourceBuilder.() -> Unit): Grafana