IoTHubEnrichmentArgs

data class IoTHubEnrichmentArgs(val endpointNames: Output<List<String>>, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<IoTHubEnrichmentArgs>

Constructors

Link copied to clipboard
constructor(endpointNames: Output<List<String>>, key: Output<String>, value: Output<String>)

Properties

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

The list of endpoints which will be enriched.

Link copied to clipboard
val key: Output<String>

The key of the enrichment.

Link copied to clipboard
val value: Output<String>

The value of the enrichment. Value can be any static string, the name of the IoT Hub sending the message (use $iothubname) or information from the device twin (ex: $twin.tags.latitude)

Functions

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