Grafana Args
constructor(apiKeyEnabled: Output<Boolean>? = null, autoGeneratedDomainNameLabelScope: Output<String>? = null, azureMonitorWorkspaceIntegrations: Output<List<GrafanaAzureMonitorWorkspaceIntegrationArgs>>? = null, deterministicOutboundIpEnabled: Output<Boolean>? = null, grafanaMajorVersion: Output<String>? = null, identity: Output<GrafanaIdentityArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, sku: Output<String>? = null, smtp: Output<GrafanaSmtpArgs>? = null, tags: Output<Map<String, String>>? = null, zoneRedundancyEnabled: Output<Boolean>? = null)