DatabaseIdentifierArgs

data class DatabaseIdentifierArgs(val catalogId: Output<String>? = null, val databaseName: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<DatabaseIdentifierArgs>

A structure that describes a target database for resource linking.

Constructors

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

Properties

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

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

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

The name of the catalog database.

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

Region of the target database.

Functions

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