toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.dataplex.kotlin.outputs
/
DatascanDataProfileSpecPostScanActions
Datascan
Data
Profile
Spec
Post
Scan
Actions
data
class
DatascanDataProfileSpecPostScanActions
(
val
bigqueryExport
:
DatascanDataProfileSpecPostScanActionsBigqueryExport
?
=
null
)
Members
Constructors
Datascan
Data
Profile
Spec
Post
Scan
Actions
Link copied to clipboard
constructor
(
bigqueryExport
:
DatascanDataProfileSpecPostScanActionsBigqueryExport
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bigquery
Export
Link copied to clipboard
val
bigqueryExport
:
DatascanDataProfileSpecPostScanActionsBigqueryExport
?
=
null
If set, results will be exported to the provided BigQuery table. Structure is documented below.