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
fun ManagedGrafanaPropertiesArgs(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)
Functions
Properties
Link copied to clipboard
val autoGeneratedDomainNameLabelScope: Output<Either<String, AutoGeneratedDomainNameLabelScope>>? = null