DatascanDataArgs

data class DatascanDataArgs(val entity: Output<String>? = null, val resource: Output<String>? = null) : ConvertibleToJava<DatascanDataArgs>

Constructors

Link copied to clipboard
constructor(entity: Output<String>? = null, resource: Output<String>? = null)

Properties

Link copied to clipboard
val entity: Output<String>? = null

The Dataplex entity that represents the data source(e.g. BigQuery table) for Datascan.

Link copied to clipboard
val resource: Output<String>? = null

The service-qualified full resource name of the cloud resource for a DataScan job to scan against. The field could be: (Cloud Storage bucket for DataDiscoveryScan)BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan.

Functions

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