DataQualityJobDefinitionDataQualityAppSpecification class
Constructors
-
DataQualityJobDefinitionDataQualityAppSpecification({Input<Map<String, String>?>? environment, required Input<String> imageUri, Input<String?>? postAnalyticsProcessorSourceUri, Input<String?>? recordPreprocessorSourceUri})
-
Creates a new DataQualityJobDefinitionDataQualityAppSpecification.
environment Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.
imageUri The container image that the data quality monitoring job runs.
postAnalyticsProcessorSourceUri An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
recordPreprocessorSourceUri 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.
const
-
DataQualityJobDefinitionDataQualityAppSpecification.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
environment
→ Input<Map<String, String>?>?
-
Sets the environment variables in the container that the monitoring job runs. A list of key value pairs.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
imageUri
→ Input<String>
-
The container image that the data quality monitoring job runs.
final
-
postAnalyticsProcessorSourceUri
→ Input<String?>?
-
An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.
final
-
recordPreprocessorSourceUri
→ Input<String?>?
-
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.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited