Package-level declarations

Types

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
class GrafanaManagedPrivateEndpoint : KotlinCustomResource

Manages a Dashboard Grafana Managed Private Endpoint.

Link copied to clipboard
data class GrafanaManagedPrivateEndpointArgs(val grafanaId: Output<String>? = null, val groupIds: Output<List<String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val privateLinkResourceRegion: Output<String>? = null, val requestMessage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<GrafanaManagedPrivateEndpointArgs>

Manages a Dashboard Grafana Managed Private Endpoint.

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