SchemaMapArgs

data class SchemaMapArgs(val recordMap: Output<List<RecordMapArgs>>, val resourceMap: Output<List<ResourceMapArgs>>? = null, val scopeMap: Output<List<ScopeMapArgs>>? = null) : ConvertibleToJava<SchemaMapArgs>

Schema map for azure monitor for logs.

Constructors

Link copied to clipboard
constructor(recordMap: Output<List<RecordMapArgs>>, resourceMap: Output<List<ResourceMapArgs>>? = null, scopeMap: Output<List<ScopeMapArgs>>? = null)

Properties

Link copied to clipboard

Record Map.

Link copied to clipboard
val resourceMap: Output<List<ResourceMapArgs>>? = null

Resource Map captures information about the entity for which telemetry is recorded. For example, metrics exposed by a Kubernetes container can be linked to a resource that specifies the cluster, namespace, pod, and container name.Resource may capture an entire hierarchy of entity identification. It may describe the host in the cloud and specific container or an application running in the process.

Link copied to clipboard
val scopeMap: Output<List<ScopeMapArgs>>? = null

A scope map is a logical unit of the application code with which the emitted telemetry can be associated.

Functions

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