Managed Grafana Properties Args
data class ManagedGrafanaPropertiesArgs(val apiKey: Output<Either<String, ApiKey>>? = null, val autoGeneratedDomainNameLabelScope: Output<Either<String, AutoGeneratedDomainNameLabelScope>>? = null, val deterministicOutboundIP: Output<Either<String, DeterministicOutboundIP>>? = null, val grafanaIntegrations: Output<GrafanaIntegrationsArgs>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val zoneRedundancy: Output<Either<String, ZoneRedundancy>>? = null) : ConvertibleToJava<ManagedGrafanaPropertiesArgs>
Properties specific to the grafana resource.
Constructors
Link copied to clipboard
constructor(apiKey: Output<Either<String, ApiKey>>? = null, autoGeneratedDomainNameLabelScope: Output<Either<String, AutoGeneratedDomainNameLabelScope>>? = null, deterministicOutboundIP: Output<Either<String, DeterministicOutboundIP>>? = null, grafanaIntegrations: Output<GrafanaIntegrationsArgs>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, zoneRedundancy: Output<Either<String, ZoneRedundancy>>? = null)
Properties
Link copied to clipboard
val autoGeneratedDomainNameLabelScope: Output<Either<String, AutoGeneratedDomainNameLabelScope>>? = null
Scope for dns deterministic name hash calculation.
Link copied to clipboard
Whether a Grafana instance uses deterministic outbound IPs.
Link copied to clipboard
GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
Link copied to clipboard
Indicate the state for enable or disable traffic over the public interface.
Link copied to clipboard
The zone redundancy setting of the Grafana instance.