IoTHubFallbackRouteArgs

data class IoTHubFallbackRouteArgs(val condition: Output<String>? = null, val enabled: Output<Boolean>? = null, val endpointNames: Output<List<String>>? = null, val source: Output<String>? = null) : ConvertibleToJava<IoTHubFallbackRouteArgs>

Constructors

Link copied to clipboard
constructor(condition: Output<String>? = null, enabled: Output<Boolean>? = null, endpointNames: Output<List<String>>? = null, source: Output<String>? = null)

Properties

Link copied to clipboard
val condition: Output<String>? = null

The condition that is evaluated to apply the routing rule. Defaults to true. For grammar, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Used to specify whether the fallback route is enabled. Defaults to true.

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

The endpoints to which messages that satisfy the condition are routed. Currently only 1 endpoint is allowed.

Link copied to clipboard
val source: Output<String>? = null

The source that the routing rule is to be applied to, such as DeviceMessages. Possible values include: Invalid, DeviceMessages, TwinChangeEvents, DeviceLifecycleEvents, DeviceConnectionStateEvents, DeviceJobLifecycleEvents and DigitalTwinChangeEvents. Defaults to DeviceMessages.

Functions

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