ComponentTypeDataConnectorArgs

data class ComponentTypeDataConnectorArgs(val isNative: Output<Boolean>? = null, val lambda: Output<ComponentTypeLambdaFunctionArgs>? = null) : ConvertibleToJava<ComponentTypeDataConnectorArgs>

The data connector.

Constructors

Link copied to clipboard
constructor(isNative: Output<Boolean>? = null, lambda: Output<ComponentTypeLambdaFunctionArgs>? = null)

Properties

Link copied to clipboard
val isNative: Output<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.

Functions

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