Route Properties Args
data class RoutePropertiesArgs(val condition: Output<String>? = null, val endpointNames: Output<List<String>>, val isEnabled: Output<Boolean>, val name: Output<String>, val source: Output<Either<String, RoutingSource>>) : ConvertibleToJava<RoutePropertiesArgs>
The properties of a routing rule that your IoT hub uses to route messages to endpoints.