Package-level declarations
Types
Link copied to clipboard
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
class DashboardArgsBuilder
Builder for DashboardArgs.
Link copied to clipboard
object DashboardFunctions
Link copied to clipboard
Link copied to clipboard
class DashboardResourceBuilder
Builder for Dashboard.
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
class GrafanaArgsBuilder
Builder for GrafanaArgs.
Link copied to clipboard
Link copied to clipboard
class GrafanaResourceBuilder
Builder for Grafana.