GoogleCloudDataplexV1DataSourceArgs

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

The data source for DataScan.

Constructors

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

Functions

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

Properties

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

Immutable. The Dataplex entity that represents the data source (e.g. BigQuery table) for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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

Immutable. The service-qualified full resource name of the cloud resource for a DataScan job to scan against. The field could be: BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID