ClusterPrometheusProfileArgs

data class ClusterPrometheusProfileArgs(val enabled: Output<Boolean>) : ConvertibleToJava<ClusterPrometheusProfileArgs>

Cluster Prometheus profile.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Enable Prometheus for cluster or not.

Functions

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