EnrichmentPropertiesArgs

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

The properties of an enrichment that your IoT hub applies to messages delivered to endpoints.

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 for which the enrichment is applied to the message.

Link copied to clipboard
val key: Output<String>

The key or name for the enrichment property.

Link copied to clipboard
val value: Output<String>

The value for the enrichment property.

Functions

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