/dhall-aws-cloudformation/cloudformation/AWS::IoTTwinMaker::ComponentType/DataConnector.dhall

Copy path to clipboard

Source

{ Type =
{ IsNative : Optional Bool
, Lambda : Optional (./LambdaFunction.dhall).Type
}
, default =
{ IsNative = None Bool, Lambda = None (./LambdaFunction.dhall).Type }
}