DataQualityJobDefinitionDataQualityAppSpecification

data class DataQualityJobDefinitionDataQualityAppSpecification(val environment: Map<String, String>? = null, val imageUri: String, val postAnalyticsProcessorSourceUri: String? = null, val recordPreprocessorSourceUri: String? = null)

Constructors

constructor(environment: Map<String, String>? = null, imageUri: String, postAnalyticsProcessorSourceUri: String? = null, recordPreprocessorSourceUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val environment: Map<String, String>? = null

Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.

Link copied to clipboard

The container image that the data quality monitoring job runs.

Link copied to clipboard

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

Link copied to clipboard

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.