class Aws::IoTTwinMaker::Types::DataConnector

The data connector.

@note When making an API call, you may pass DataConnector

data as a hash:

    {
      is_native: false,
      lambda: {
        arn: "LambdaArn", # required
      },
    }

@!attribute [rw] is_native

A Boolean value that specifies whether the data connector is native
to IoT TwinMaker.
@return [Boolean]

@!attribute [rw] lambda

The Lambda function associated with this data connector.
@return [Types::LambdaFunction]

Constants

SENSITIVE