DatasetExternalDatasetReferenceArgs

data class DatasetExternalDatasetReferenceArgs(val connection: Output<String>, val externalSource: Output<String>) : ConvertibleToJava<DatasetExternalDatasetReferenceArgs>

Constructors

Link copied to clipboard
constructor(connection: Output<String>, externalSource: Output<String>)

Properties

Link copied to clipboard
val connection: Output<String>

The connection id that is used to access the externalSource. Format: projects/{projectId}/locations/{locationId}/connections/{connectionId}

Link copied to clipboard
val externalSource: Output<String>

External source that backs this dataset.

Functions

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