DatascanDataQualitySpecPostScanActionsNotificationReportArgs

data class DatascanDataQualitySpecPostScanActionsNotificationReportArgs(val jobEndTrigger: Output<DatascanDataQualitySpecPostScanActionsNotificationReportJobEndTriggerArgs>? = null, val jobFailureTrigger: Output<DatascanDataQualitySpecPostScanActionsNotificationReportJobFailureTriggerArgs>? = null, val recipients: Output<DatascanDataQualitySpecPostScanActionsNotificationReportRecipientsArgs>, val scoreThresholdTrigger: Output<DatascanDataQualitySpecPostScanActionsNotificationReportScoreThresholdTriggerArgs>? = null) : ConvertibleToJava<DatascanDataQualitySpecPostScanActionsNotificationReportArgs>

Properties

Link copied to clipboard

This trigger is triggered whenever a scan job run ends, regardless of the result.

Link copied to clipboard

This trigger is triggered when the scan job itself fails, regardless of the result.

Link copied to clipboard

The individuals or groups who are designated to receive notifications upon triggers. Structure is documented below.

Link copied to clipboard

This trigger is triggered when the DQ score in the job result is less than a specified input score. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): DatascanDataQualitySpecPostScanActionsNotificationReportArgs