This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
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
- 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