DataCollectionRuleDataFlowArgs

data class DataCollectionRuleDataFlowArgs(val builtInTransform: Output<String>? = null, val destinations: Output<List<String>>, val outputStream: Output<String>? = null, val streams: Output<List<String>>, val transformKql: Output<String>? = null) : ConvertibleToJava<DataCollectionRuleDataFlowArgs>

Constructors

Link copied to clipboard
constructor(builtInTransform: Output<String>? = null, destinations: Output<List<String>>, outputStream: Output<String>? = null, streams: Output<List<String>>, transformKql: Output<String>? = null)

Properties

Link copied to clipboard
val builtInTransform: Output<String>? = null

The built-in transform to transform stream data.

Link copied to clipboard
val destinations: Output<List<String>>

Specifies a list of destination names. A azure_monitor_metrics data source only allows for stream of kind Microsoft-InsightsMetrics.

Link copied to clipboard
val outputStream: Output<String>? = null

The output stream of the transform. Only required if the data flow changes data to a different stream.

Link copied to clipboard
val streams: Output<List<String>>

Specifies a list of streams. Possible values include but not limited to Microsoft-Event, Microsoft-InsightsMetrics, Microsoft-Perf, Microsoft-Syslog, Microsoft-WindowsEvent, and Microsoft-PrometheusMetrics.

Link copied to clipboard
val transformKql: Output<String>? = null

The KQL query to transform stream data.

Functions

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