ManagedClusterMetricsProfileArgs

data class ManagedClusterMetricsProfileArgs(val costAnalysis: Output<ManagedClusterCostAnalysisArgs>? = null) : ConvertibleToJava<ManagedClusterMetricsProfileArgs>

The metrics profile for the ManagedCluster.

Constructors

Link copied to clipboard
constructor(costAnalysis: Output<ManagedClusterCostAnalysisArgs>? = null)

Properties

Link copied to clipboard

The cost analysis configuration for the cluster

Functions

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