/AWS1/CL_IOMDATACONNECTOR¶
The data connector.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_lambda
TYPE REF TO /AWS1/CL_IOMLAMBDAFUNCTION
/AWS1/CL_IOMLAMBDAFUNCTION
¶
The Lambda function associated with this data connector.
iv_isnative
TYPE /AWS1/IOMBOOLEAN
/AWS1/IOMBOOLEAN
¶
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
Queryable Attributes¶
lambda¶
The Lambda function associated with this data connector.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDA() |
Getter for LAMBDA |
isNative¶
A Boolean value that specifies whether the data connector is native to IoT TwinMaker.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISNATIVE() |
Getter for ISNATIVE, with configurable default |
ASK_ISNATIVE() |
Getter for ISNATIVE w/ exceptions if field has no value |
HAS_ISNATIVE() |
Determine if ISNATIVE has a value |