DCRConfigurationArgs

data class DCRConfigurationArgs(val dataCollectionEndpoint: Output<String>, val dataCollectionRuleImmutableId: Output<String>, val streamName: Output<String>) : ConvertibleToJava<DCRConfigurationArgs>

The configuration of the destination of the data.

Constructors

Link copied to clipboard
constructor(dataCollectionEndpoint: Output<String>, dataCollectionRuleImmutableId: Output<String>, streamName: Output<String>)

Properties

Link copied to clipboard

Represents the data collection ingestion endpoint in log analytics.

Link copied to clipboard

The data collection rule immutable id, the rule defines the transformation and data destination.

Link copied to clipboard
val streamName: Output<String>

The stream we are sending the data to.

Functions

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