Cluster Prometheus Args
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)