Datascan Data Quality Spec Post Scan Actions Args
data class DatascanDataQualitySpecPostScanActionsArgs(val bigqueryExport: Output<DatascanDataQualitySpecPostScanActionsBigqueryExportArgs>? = null, val notificationReport: Output<DatascanDataQualitySpecPostScanActionsNotificationReportArgs>? = null) : ConvertibleToJava<DatascanDataQualitySpecPostScanActionsArgs>
Constructors
Link copied to clipboard
constructor(bigqueryExport: Output<DatascanDataQualitySpecPostScanActionsBigqueryExportArgs>? = null, notificationReport: Output<DatascanDataQualitySpecPostScanActionsNotificationReportArgs>? = null)
Properties
Link copied to clipboard
If set, results will be exported to the provided BigQuery table. Structure is documented below.
Link copied to clipboard
val notificationReport: Output<DatascanDataQualitySpecPostScanActionsNotificationReportArgs>? = null
The configuration of notification report post scan action. Structure is documented below.