AWS::IoTTwinMaker::ComponentType DataConnector
The data connector.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "IsNative" :Boolean, "Lambda" :LambdaFunction}
YAML
IsNative:BooleanLambda:LambdaFunction
Properties
IsNativeA boolean value that specifies whether the data connector is native to IoT TwinMaker.
Required: No
Type: Boolean
Update requires: No interruption
LambdaThe Lambda function associated with the data connector.
Required: No
Type: LambdaFunction
Update requires: No interruption