DatabaseIdentifier

data class DatabaseIdentifier(val catalogId: String? = null, val databaseName: String? = null, val region: String? = null)

A structure that describes a target database for resource linking.

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, databaseName: String? = null, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

The ID of the Data Catalog in which the database resides.

Link copied to clipboard
val databaseName: String? = null

The name of the catalog database.

Link copied to clipboard
val region: String? = null

Region of the target database.