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

Indicates whether you want to enable or disable the JMX Exporter.

Link copied to clipboard

Indicates whether you want to enable or disable the Node Exporter.

Functions

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