DatascanDataProfileSpecPostScanActionsArgs

data class DatascanDataProfileSpecPostScanActionsArgs(val bigqueryExport: Output<DatascanDataProfileSpecPostScanActionsBigqueryExportArgs>? = null) : ConvertibleToJava<DatascanDataProfileSpecPostScanActionsArgs>

Constructors

constructor(bigqueryExport: Output<DatascanDataProfileSpecPostScanActionsBigqueryExportArgs>? = null)

Properties

Link copied to clipboard

If set, results will be exported to the provided BigQuery table. Structure is documented below.

Functions

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