ComponentTypeDataConnector

data class ComponentTypeDataConnector(val isNative: Boolean? = null, val lambda: ComponentTypeLambdaFunction? = null)

The data connector.

Constructors

Link copied to clipboard
constructor(isNative: Boolean? = null, lambda: ComponentTypeLambdaFunction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isNative: Boolean? = null

A Boolean value that specifies whether the data connector is native to IoT TwinMaker.

Link copied to clipboard

The Lambda function associated with this data connector.