GetGrafanaPlainArgs

data class GetGrafanaPlainArgs(val identity: GetGrafanaIdentity? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetGrafanaPlainArgs>

A collection of arguments for invoking getGrafana.

Constructors

Link copied to clipboard
constructor(identity: GetGrafanaIdentity? = null, name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The managed identity of the grafana resource.

Link copied to clipboard

Name of the grafana dashboard.

Link copied to clipboard

Name of the resource group where resource belongs to.

Functions

Link copied to clipboard
open override fun toJava(): GetGrafanaPlainArgs