Enrichment Properties Args
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
fun EnrichmentPropertiesArgs(endpointNames: Output<List<String>>, key: Output<String>, value: Output<String>)