score Threshold Trigger
suspend fun scoreThresholdTrigger(value: Output<DatascanDataQualitySpecPostScanActionsNotificationReportScoreThresholdTriggerArgs>)
suspend fun scoreThresholdTrigger(value: DatascanDataQualitySpecPostScanActionsNotificationReportScoreThresholdTriggerArgs?)
Parameters
value
This trigger is triggered when the DQ score in the job result is less than a specified input score. Structure is documented below.
suspend fun scoreThresholdTrigger(argument: suspend DatascanDataQualitySpecPostScanActionsNotificationReportScoreThresholdTriggerArgsBuilder.() -> Unit)
Parameters
argument
This trigger is triggered when the DQ score in the job result is less than a specified input score. Structure is documented below.