AzureMonitorWorkspaceLogsApiConfigArgs

data class AzureMonitorWorkspaceLogsApiConfigArgs(val dataCollectionEndpointUrl: Output<String>, val dataCollectionRule: Output<String>, val schema: Output<SchemaMapArgs>, val stream: Output<String>) : ConvertibleToJava<AzureMonitorWorkspaceLogsApiConfigArgs>

Azure Monitor Workspace Logs Api configurations.

Constructors

Link copied to clipboard
constructor(dataCollectionEndpointUrl: Output<String>, dataCollectionRule: Output<String>, schema: Output<SchemaMapArgs>, stream: Output<String>)

Properties

Link copied to clipboard

Data collection endpoint ingestion url.

Link copied to clipboard

Data Collection Rule (DCR) immutable id.

Link copied to clipboard
val schema: Output<SchemaMapArgs>

The schema mapping for incoming data.

Link copied to clipboard
val stream: Output<String>

Stream name in destination. Azure Monitor stream is related to the destination table.

Functions

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