recordPreprocessorSourceUri property

String? recordPreprocessorSourceUri
final

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

Implementation

final String? recordPreprocessorSourceUri;