DataQualityJobDefinitionDataQualityAppSpecification

data class DataQualityJobDefinitionDataQualityAppSpecification(val containerArguments: List<String>? = null, val containerEntrypoint: List<String>? = null, val environment: Any? = null, val imageUri: String, val postAnalyticsProcessorSourceUri: String? = null, val recordPreprocessorSourceUri: String? = null)

Container image configuration object for the monitoring job.

Constructors

constructor(containerArguments: List<String>? = null, containerEntrypoint: List<String>? = null, environment: Any? = null, imageUri: String, postAnalyticsProcessorSourceUri: String? = null, recordPreprocessorSourceUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of arguments for the container used to run the monitoring job.

Link copied to clipboard

Specifies the entrypoint for a container used to run the monitoring job.

Link copied to clipboard
val environment: Any? = null

Sets the environment variables in the Docker container

Link copied to clipboard

The container image to be run by the monitoring job.

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