KubernetesClusterOmsAgentArgs

data class KubernetesClusterOmsAgentArgs(val logAnalyticsWorkspaceId: Output<String>, val msiAuthForMonitoringEnabled: Output<Boolean>? = null, val omsAgentIdentities: Output<List<KubernetesClusterOmsAgentOmsAgentIdentityArgs>>? = null) : ConvertibleToJava<KubernetesClusterOmsAgentArgs>

Constructors

Link copied to clipboard
constructor(logAnalyticsWorkspaceId: Output<String>, msiAuthForMonitoringEnabled: Output<Boolean>? = null, omsAgentIdentities: Output<List<KubernetesClusterOmsAgentOmsAgentIdentityArgs>>? = null)

Properties

Link copied to clipboard

The ID of the Log Analytics Workspace which the OMS Agent should send data to.

Link copied to clipboard

Is managed identity authentication for monitoring enabled?

Link copied to clipboard

An oms_agent_identity block is exported. The exported attributes are defined below.

Functions

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