GetGrafanaResult

data class GetGrafanaResult(val apiKeyEnabled: Boolean, val autoGeneratedDomainNameLabelScope: String, val azureMonitorWorkspaceIntegrations: List<GetGrafanaAzureMonitorWorkspaceIntegration>, val deterministicOutboundIpEnabled: Boolean, val endpoint: String, val grafanaMajorVersion: String, val grafanaVersion: String, val id: String, val identity: GetGrafanaIdentity? = null, val location: String, val name: String, val outboundIps: List<String>, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val sku: String, val tags: Map<String, String>, val zoneRedundancyEnabled: Boolean)

A collection of values returned by getGrafana.

Constructors

Link copied to clipboard
constructor(apiKeyEnabled: Boolean, autoGeneratedDomainNameLabelScope: String, azureMonitorWorkspaceIntegrations: List<GetGrafanaAzureMonitorWorkspaceIntegration>, deterministicOutboundIpEnabled: Boolean, endpoint: String, grafanaMajorVersion: String, grafanaVersion: String, id: String, identity: GetGrafanaIdentity? = null, location: String, name: String, outboundIps: List<String>, publicNetworkAccessEnabled: Boolean, resourceGroupName: String, sku: String, tags: Map<String, String>, zoneRedundancyEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the api key setting of the Grafana instance is enabled.

Link copied to clipboard

Scope for dns deterministic name hash calculation.

Link copied to clipboard
Link copied to clipboard

Whether the Grafana instance uses deterministic outbound IPs.

Link copied to clipboard

The endpoint of the Grafana instance.

Link copied to clipboard

Major version of Grafana instance.

Link copied to clipboard

The full Grafana software semantic version deployed.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The managed identity of the grafana resource.

Link copied to clipboard

Azure location where the resource exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether or not public endpoint access is allowed for this server.

Link copied to clipboard
Link copied to clipboard
val sku: String

The name of the SKU used for the Grafana instance.

Link copied to clipboard

A mapping of tags to assigned to the resource.

Link copied to clipboard

The zone redundancy setting of the Grafana instance.