ClusterPrometheusArgs

data class ClusterPrometheusArgs(val jmxExporter: Output<ClusterJmxExporterArgs>? = null, val nodeExporter: Output<ClusterNodeExporterArgs>? = null) : ConvertibleToJava<ClusterPrometheusArgs>

Constructors

Link copied to clipboard
constructor(jmxExporter: Output<ClusterJmxExporterArgs>? = null, nodeExporter: Output<ClusterNodeExporterArgs>? = null)

Properties

Link copied to clipboard
val jmxExporter: Output<ClusterJmxExporterArgs>? = null
Link copied to clipboard

Functions

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