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