RoutingPropertiesArgs

data class RoutingPropertiesArgs(val endpoints: Output<RoutingEndpointsArgs>? = null, val enrichments: Output<List<EnrichmentPropertiesArgs>>? = null, val fallbackRoute: Output<FallbackRoutePropertiesArgs>? = null, val routes: Output<List<RoutePropertiesArgs>>? = null) : ConvertibleToJava<RoutingPropertiesArgs>

The routing related properties of the IoT hub. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messaging

Constructors

Link copied to clipboard
constructor(endpoints: Output<RoutingEndpointsArgs>? = null, enrichments: Output<List<EnrichmentPropertiesArgs>>? = null, fallbackRoute: Output<FallbackRoutePropertiesArgs>? = null, routes: Output<List<RoutePropertiesArgs>>? = null)

Properties

Link copied to clipboard
val endpoints: Output<RoutingEndpointsArgs>? = null

The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs.

Link copied to clipboard

The list of user-provided enrichments that the IoT hub applies to messages to be delivered to built-in and custom endpoints. See: https://aka.ms/telemetryoneventgrid

Link copied to clipboard

The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.

Link copied to clipboard
val routes: Output<List<RoutePropertiesArgs>>? = null

The list of user-provided routing rules that the IoT hub uses to route messages to built-in and custom endpoints. A maximum of 100 routing rules are allowed for paid hubs and a maximum of 5 routing rules are allowed for free hubs.

Functions

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