ClusterOpenMonitoringPrometheusArgs

data class ClusterOpenMonitoringPrometheusArgs(val jmxExporter: Output<ClusterOpenMonitoringPrometheusJmxExporterArgs>? = null, val nodeExporter: Output<ClusterOpenMonitoringPrometheusNodeExporterArgs>? = null) : ConvertibleToJava<ClusterOpenMonitoringPrometheusArgs>

Constructors

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

Properties

Link copied to clipboard

Configuration block for JMX Exporter. See below.

Link copied to clipboard

Configuration block for Node Exporter. See below.

Functions

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